body {
	width: 100%;
	height: 100%;
	font-family: 'Open Sans', sans-serif;
	background: url("../images/background-pattren.png") repeat;
	font-weight: 500;
	color: #000;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: 'Poppins', sans-serif;
}
html {
	width: 100%;
	height: 100%;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	display: block;
	text-align: left;
	text-transform: capitalize;
	font-weight: 500;
	color: #000;
	letter-spacing: 1px;
}
p {
	margin: 0px;
	font-size: 14px;
	line-height: 22px;
	padding: 0px;
	color: #000;
	display: block;
	text-align: left;
}

#container {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
/* 	background-image: url('../images/snowh.png'), url('../images/snow3q.png'), url('../images/snow2l.png');
	-webkit-animation: snow 20s linear infinite;
	-moz-animation: snow 20s linear infinite;
	-ms-animation: snow 20s linear infinite;
	animation: snow 20s linear infinite; */
}
@keyframes snow { 
 0% {
 background-position: 0px 0px, 0px 0px, 0px 0px;
}
 100% {
 background-position: 500px 1000px, 400px 400px, 300px 300px;
}
}
@-moz-keyframes snow {
 0% {
 background-position: 0px 0px, 0px 0px, 0px 0px;
}
 100% {
 background-position: 500px 1000px, 400px 400px, 300px 300px;
}
}
@-webkit-keyframes snow {
 0% {
 background-position: 0px 0px, 0px 0px, 0px 0px;
}
 100% {
 background-position: 500px 1000px, 400px 400px, 300px 300px;
}
}
@-ms-keyframes snow {
 0% {
 background-position: 0px 0px, 0px 0px, 0px 0px;
}
 100% {
 background-position: 500px 1000px, 400px 400px, 300px 300px;
}
}






.black-top {
	background: #1a212c;
	width: 100%;
}
.readMore {
	padding: 30px 0px;
}
.readMore .btnRead {
	font-size: 11px;
	color: #ccc;
	border: 1px solid #ccc;
	display: block;
	max-width: 100px;
	padding: 10px 0;
	font-weight: 500;
	border-radius: 1px;
	text-align: center;
	margin: 2% 0px;
}
.readMore h5 {
	color: #fcfcfc;
	font-size: 20px;
	padding: 5px 0px 10px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	margin: 5px 0px
}
.readMore p {
	font-size: 13px;
	line-height: 20px;
	color: #fff;
	font-weight: 300;
	padding: 10px 0px;
	font-family: 'Montserrat', sans-serif;
}
.navbar-default {
	background-color:rgba(130, 111, 111, 0);
	border-bottom: transparent
}
.navbar-brand {
	height: auto;
	padding: 15px 15px;
}
.navbar-brand img {
    width: auto;
    display: block;
    margin: 10px 0px 0px;
}
.navbar-nav {
	float: right;
	margin: 27px 0px 0px;
	clear: both;
}
.navbar-nav li {
	float: left;
	margin: 0px 0px 0px 0px;
}
.navbar-default .navbar-nav>li>a {
	color: #fff;
	transition: all 0.4s ease-out 0s;
}
.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
}
.nav>li>a {
    padding: 5px 10px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    border: solid 1px;
    border-color: transparent;
    box-sizing: border-box;
    letter-spacing: 1px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	color: #fff;
	background-color: transparent;
	/*border: #f8cb25 solid 1px;
	border-radius: 20px;*/
	border-bottom: solid 1px #ccc;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #fff;
	background-color: transparent;
	/*border: #f8cb25 solid 1px;
	border-radius: 20px;*/
	border-bottom: solid 1px #ccc;
}
.lastchild-color {
	color: #F06 !important;
	font-weight: 600 !important;
	font-size: 12px;
}
.navbar-toggle {
	margin-top: 20px;
	background-color: #191919;
	border-radius: 0px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: #191919;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: transparent;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	background-color: transparent;
	border-radius: 15px;
	border: #f8cb25 solid 1px;
	color: #fff;
}
.dropdown-menu {
	padding: 0px;
	left: 0%;
	text-align: left;
	background-color: #1e2123;
}
.dropdown-menu>li> {
	display: block;
}
.dropdown-menu>li>a {
	color: #fff;
}
.dropdown:hover .dropdown-menu {
	display: block;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	color: #fff;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
	color: #fff;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
	color: #333333;
}
.header-actions {
    /*float: right;*/
    width: 100%;
    position: relative;
}
.header-actions a {
    float: right;
    color: #fff;
    font-size: 14px;
    text-transform: inherit;
    padding: 25px 10px 14px;
    font-weight: 700;
}
.header-actions a span {
	float: left;
	margin-right: 5px;
}
.dropdown:hover .dropdown-menu {
	display: block;
}
.dropdown-menu {
	position: absolute;
	float: none;
}
.navbar.header-scroller {
	background-color: rgba(21,20,20,0.9);
	transition: background-color 0.5s ease 0s;
	padding-bottom: 15px;
}
.navbar.header-scroller .navbar-brand {
	padding: 5px 0px;
}
.navbar.header-scroller .navbar-brand img {
	margin: 5% 0px 0px;
}
.navbar.header-scroller .navbar-nav {
float: right;
    margin: 0px;
    clear: both;
}
.navbar.header-scroller .navbar-nav > li > a {
	color: #fff;
	background-color: transparent;
}
.navbar.header-scroller .navbar-nav>.active>a, .navbar-nav>.active>a:focus, .navbar-nav>.active>a:hover {
	background-color: transparent;
	color: #fff;
}
.navbar.header-scroller .navbar-nav>li>a:hover {
	color: #fff;
	background-color: transparent;
}
.carousel-inner {
	display: block;
	width: 80%;
	margin: 0px auto;
}
.carousel-inner>.item> h1 {
	text-align: center;
	color: #00aeef;
	font-size: 26px;
	line-height: 30px;
	font-weight: 500;
	padding: 10px;
}
.carousel-inner>.item> p {
	text-align: center;
	color: #000;
	font-size: 26px;
	line-height: 30px;
	padding: 10px;
	font-weight: 300;
}
.carousel-indicators {
	position: static;
	margin: 20px 0 0;
	width: 100%;
}
.carousel-indicators li {
	width: 12px !important;
	height: 12px !important;
	border-radius: 50% !important;
	background: #83b441;
	position: relative;
	margin: 0 3px !important;
	border: none;
}
.carousel-indicators li.active {
	background: #1191d0;
}
/*.home-centerblock{
  width:100%;
  height:100vh;
  background-image:url(../images/video-picture.jpg);
  background-repeat:no-repeat;
  background-size:cover;
  position:relative;
}
.home-centerblock:after{
  width:100%;
  height:100%;
  background-color:rgba(0,0,0,0.3);
  position:absolute;
  content:"";
  z-index:6;
  left:0px;
  top:0px;
}
.videoContainer {
	position:absolute;
	height:100%;
	width:100%;
	overflow: hidden;
}
.videoContainer video {
	min-width: 100%;
	min-height: 100%;
}
.video-content{
	display: block;
	width: 100%;
	height:100%;
	z-index: 999;
	position: absolute;
}
.video-content-inner {
    display: block;
    vertical-align: middle;
	margin:0px auto;
	max-width:1170px;
	padding-top:140px;
    text-align: center;
}
.video-content-inner h1{
    text-align:center;
	color:#fff;
	font-family: 'Oswald', sans-serif;
	font-size:64px;
	line-height:68px;
	font-weight:700;
}
.video-content-inner p{
    text-align:center;
	color:#fff;
	font-size:24px;
	line-height:28px;
	font-weight:400;
}*/

.step-1-banner {
    position: relative;
    max-width: 100%;
    padding-top: 140px;
    min-height:130px;
    background-image: url(../images/step-back.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    z-index: 2;
}
.home-banner {
	position: relative;
	width: 100%;
	padding-top:80px;
	min-height: 100%;
	background-image: url(../images/home-banner.jpg);
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	z-index: 2;
}
.bannerleft {
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
}
.bannerright {
	position: absolute;
	right: 0px;
	top: 0px;
	display: none;
}
.home-banner h1 {
    text-align: center;
    padding: 110px 0px 0px;
    color: #fff;
    font-size: 48px;
    font-weight: 900;
    line-height: 44px;
    text-transform: uppercase;
}
h1 b {
    color: #ff3368;
}
.home-banner h1 span {
	position: relative;
    padding-top: 10px;
    max-width: 1170px;
    margin: 0px auto;
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}
.home-banner ul {
	display: block;
	text-align: center;
	padding: 70px 0px 20px;
}
.home-banner ul li {
	display: inline-block;
	padding: 5px 20px;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	color: #fff;
	margin: 0px;
}
.home-banner i.fa.fa-check {
    padding-right: 5px;
}
.home-banner ul li img {
	float: left;
	margin: -10px 0px 0px 0px;
}
.banner-center {
	text-align: center;
	display: block;
	margin: 12px 15px 0px
}
.banner-center div {
	display: inline-block;
}
.banner-center div img {
	display: block;
}
.arrow-left {
	position: fixed;
	top: -45px;
	left: -75px;
	width: 55px;
	height: 35px;
	background-image: url(../images/sprite.png);
	background-position: -5px -509px;
}
.arrow-right {
	position: fixed;
	top: -45px;
	right: -75px;
	width: 55px;
	height: 35px;
	background-image: url(../images/sprite.png);
	background-position: -5px -549px;
}
.bounce {
	animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	-moz-animation: bounce 2s infinite;
	-o-animation: bounce 2s infinite;
}
@-webkit-keyframes bounce {
0%, 20%, 50%, 80%, 100% {
-webkit-transform:translateY(0);
}
40% {
-webkit-transform:translateY(-30px);
}
60% {
-webkit-transform:translateY(-15px);
}
}
@-moz-keyframes bounce {
0%, 20%, 50%, 80%, 100% {
-moz-transform:translateY(0);
}
40% {
-moz-transform:translateY(-30px);
}
60% {
-moz-transform:translateY(-15px);
}
}
@-o-keyframes bounce {
0%, 20%, 50%, 80%, 100% {
-o-transform:translateY(0);
}
40% {
-o-transform:translateY(-30px);
}
60% {
-o-transform:translateY(-15px);
}
}
@keyframes bounce {
0%, 20%, 50%, 80%, 100% {
transform:translateY(0);
}
40% {
transform:translateY(-30px);
}
60% {
transform:translateY(-15px);
}
}
.arrow-left-2 {
	position: fixed;
	top: -50px;
	left: -25px;
	width: 19px;
	height: 42px;
	background: url("../images/arrow-left-2.png") no-repeat;
	background-size: contain;
}
.arrow-right-2 {
	position: fixed;
	top: -98px;
	right: -35px;
	width: 19px;
	height: 42px;
	background: url("../images/arrow-right-2.png") no-repeat;
	background-size: contain;
}
.banner-form {
	border: dotted 3px #fff;
	display: block;
	margin-bottom: 15px;
	border-radius: 10px;
	position: relative;
	background-color: rgba(8,5,3,0.7);
	padding: 30px 20px;
}
.input-1 {
	background-color: transparent !important;
	border: solid 2px #fff;
	color: #fff;
	height: 45px;
	float: left;
	width: 100%;
	margin: 1% 1%;
	padding-left: 45px;
}
.field-icon1 {
	background: url(../images/form-icon1.png) 5% 50% no-repeat;
}
.field-icon2 {
	background: url(../images/form-icon2.png) 5% 50% no-repeat;
}
.field-icon3 {
	background: url(../images/form-icon4.png) 5% 50% no-repeat;
}
.field-icon4 {
	background: url(../images/form-icon3.png) 5% 50% no-repeat;
}
.field-icon5 {
	background: url(../images/brief-icon.png) 3% 50% no-repeat;
}
.home-banner select option {
	background: #000;
	color: #fff;
}
.banner-submit {
	position: absolute;
	padding: 10px 15px;
	left: 0px;
	right: 0px;
	bottom: -18px;
	margin: 0px auto;
	color: #043844;
	max-width: 420px;
	z-index: 77;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	border-radius: 5px;
	font-size: 13px;
	line-height: 17px;
	text-transform: uppercase;
	background: #00d4ff;
}
.banner-submit:after {
	position: absolute;
	left: 12px;
	top: 19px;
	content: "";
	width: 20px;
	height: 2px;
	z-index: 5;
	background-color: #043844;
	display: none;
}
.banner-submit:before {
	position: absolute;
	right: 12px;
	top: 19px;
	content: "";
	width: 20px;
	height: 2px;
	z-index: 5;
	background-color: #043844;
	display: none;
}
.inner-submit-p {
	padding: 15px 30px !important;
	margin: 25px auto !important;
	color: #043844 !important;
	max-width: 440px !important;
	display: block !important;
	text-align: center !important;
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 500 !important;
	border-radius: 30px !important;
	font-size: 16px !important;
	line-height: 18px !important;
	border: none !important;
	text-transform: uppercase !important;
	background: #00d4ff !important;
}
.inner-submit {
	position: absolute;
	padding: 15px 30px;
	left: 0px;
	right: 0px;
	bottom: 120px;
	margin: 0px auto;
	color: #043844;
	max-width: 440px;
	z-index: 77;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	border-radius: 30px;
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
	background: #00d4ff;
}
.inner-submit:after {
	position: absolute;
	left: 12px;
	top: 21px;
	content: "";
	width: 20px;
	height: 2px;
	z-index: 5;
	background-color: #043844;
}
.inner-submit:before {
	position: absolute;
	right: 12px;
	top: 21px;
	content: "";
	width: 20px;
	height: 2px;
	z-index: 5;
	background-color: #043844;
}
.inner-submit-2 {
	position: absolute;
	padding: 15px 30px;
	left: 0px;
	right: 0px;
	bottom: 120px;
	margin: 0px auto;
	color: #043844;
	max-width: 300px;
	z-index: 77;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	border-radius: 30px;
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
	background: #ffe200;
}
.inner-submit-2:after {
	position: absolute;
	left: 12px;
	top: 21px;
	content: "";
	width: 20px;
	height: 2px;
	z-index: 5;
	background-color: #043844;
}
.inner-submit-2:before {
	position: absolute;
	right: 12px;
	top: 21px;
	content: "";
	width: 20px;
	height: 2px;
	z-index: 5;
	background-color: #043844;
}
.website-banner {
	position: relative;
	max-width: 100%;
	padding-top: 120px;
	min-height: 100%;
	background-image: url(../images/web-banner.png);
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	z-index: 2;
}
.process-banner {
	position: relative;
	max-width: 100%;
	padding-top: 160px;
	min-height: 60%;
	background-image: url(../images/process-banner-2.jpg);
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	z-index: 2;
}
.sitemap-banner {
	position: relative;
	max-width: 100%;
	padding-top: 180px;
	min-height: 50%;
	background-image: url(../images/sitemap-banner.jpg);
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	z-index: 2;
}
.sitemap-banner h1 {
	color: #fff;
	font-size: 36px;
	line-height: 40px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	padding: 25px 0px;
}
.process-banner h1 {
	color: #fff;
	font-size: 30px;
	line-height: 36px;
	font-weight: 700;
	text-align: center;
	padding: 25px 0px;
}
.process-banner p {
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
	text-align: center;
	padding: 15px 0px;
}
.bundel-banner {
	background-image: url(../images/bundle-deals-banner.jpg);
}
.faq-banner {
	background-image: url(../images/faq.jpg);
}
.terms-banner {
	background-image: url(../images/terms-and-condiitions.jpg);
}
.privacy-banner {
	background-image: url(../images/privacy-policy.jpg);
}
.web-mob-banner {
	background-image: url(../images/web-mob-banner.jpg);
}
.about-us-banner {
	background-image: url(../images/about-banner.jpg);
}
.stationary-banner {
	background-image: url(../images/stationery-banner.jpg);
}
.contact-banner {
	background-image: url(../images/contact-banner.jpg);
}
.video-banner {
	background-image: url(../images/video-banner.jpg);
}
.l-pkg-banner {
	background-image: url(../images/logo-packages-bg.jpg);
}
.l-port-banner {
	background-image: url(../images/logo-portfolio.jpg);
}
.l-process-banner {
	background-image: url(../images/logo-process-bg.jpg);
}
.w-process-banner {
	background-image: url(../images/web-process.jpg);
}
.w-port-banner {
	background-image: url(../images/web-portfolio-bg.jpg);
}
.w-over-banner {
	background-image: url(../images/web-overview-banner-new.jpg);
}
.portfolio-banner {
	position: relative;
	max-width: 100%;
	padding-top: 190px;
	min-height: 427px;
	background-image: url(../images/portfolio-banner.jpg);
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	z-index: 2;
}
.portfolio-banner h1 {
	color: #fff;
	font-size: 30px;
	line-height: 36px;
	font-weight: 700;
	text-align: center;
	padding: 0px 0px;
}
.pricing-banner {
	position: relative;
	max-width: 100%;
	padding-top: 190px;
	min-height: 427px;
	background-image: url(../images/pricing-banner.jpg);
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	z-index: 2;
}
.pricing-banner h1 {
	color: #fff;
	font-size: 30px;
	line-height: 36px;
	font-weight: 700;
	text-align: center;
	padding: 0px 0px;
}
.website-banner-2 {
	background-image: url(../images/web-banner.jpg);
}
.seo-banner-2 {
	background-image: url(../images/seo-banner.jpg);
	position: relative;
	max-width: 100%;
	padding-top: 120px;
	min-height: 100%;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	z-index: 2;
}
.overview-banner {
	background-image: url(../images/overview-banner.jpg);
	position: relative;
	max-width: 100%;
	padding-top: 120px;
	min-height: 100%;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	z-index: 2;
}
.web-b2b-banner {
	background-image: url(../images/web-b2b-banner.jpg);
}
.web-cms-banner {
	background-image: url(../images/web-cms-banner.jpg);
}
.web-cms-right img {
    margin: 24% 0px 0px 5%;
    display: block;
}
.website-banner-left {
	padding: 90px 0px;
}
.website-banner-left h1 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	line-height: 36px;
	letter-spacing: 1px;
	padding: 20px 0px 20px;
}
.website-banner-left h1 span {
	display: block;
	font-weight: 300;
	font-size: 16px;
	line-height: 18px;
	padding-top: 10px;
}
.website-banner-left h1 span i {
	font-style: normal;
	font-weight: 500;
}
.website-banner-left-2 {
	padding: 120px 0px;
}
.website-banner-left-2 h1 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 6700;
	font-family: 'Montserrat', sans-serif;
	font-size: 90px;
	line-height: 94px;
	letter-spacing: 2px;
	padding: 20px 0px 0px;
}
.website-banner-left-2 h1 span {
	display: block;
	font-weight: 400;
	font-size: 24px;
	line-height: 28px;
	padding-top: 10px;
}
.website-banner-left-2 h3 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	font-size: 60px;
	line-height: 64px;
	letter-spacing: 2px;
	padding: 20px 0px 0px;
}
.website-banner-left-2 h3 span {
	display: block;
	font-weight: 400;
	font-size: 24px;
	line-height: 28px;
	padding-top: 10px;
}
.website-banner-left-2 h3 i {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	font-size: 52px;
	font-style: normal;
	line-height: 54px;
	letter-spacing: 0px;
	padding: 0px;
	display: block;
}
.website-banner-left-2 h2 {
	font-weight: 700;
	font-size: 32px;
	text-transform: uppercase;
	line-height: 3p6x;
	font-family: 'Montserrat', sans-serif;
	padding: 0px;
	color: #fff;
	letter-spacing: 4px;
}
.website-banner-left-2 a {
	margin: 8% 0px;
	padding: 10px;
	font-size: 19px;
	font-weight: 500;
	border: solid 2px #2aa0d1;
	border-radius: 30px;
	display: block;
	clear: both;
	text-align: center;
	color: #00f0ff;
	width: 70%;
	text-transform: uppercase;
}
.click-btn {
	background-color: transparent !important;
	margin: 8% 0px !important;
	padding: 10px !important;
	font-size: 19px !important;
	font-weight: 500 !important;
	border: solid 2px #2aa0d1 !important;
	border-radius: 30px !important;
	display: block !important;
	clear: both !important;
	text-align: center !important;
	color: #00f0ff !important;
	width: 70% !important;
	text-transform: uppercase !important;
}
.website-banner-left-2 h4 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	font-size: 38px;
	line-height: 42px;
	letter-spacing: 2px;
	padding: 20px 0px 0px;
}
.website-banner-left-2 h4 i {
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 26px;
}
.website-banner-left ul {
	display: block;
	padding: 25px 0px;
}
.website-banner-left ul li {
	float: none;
	display: block;
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	padding: 7px 30px;
	color: #fff;
	background: url(../images/banner-arrow.png) left no-repeat;
}
.website-banner-left img {
	display: block;
	padding: 0px 0px 20px;
}
.website-banner-left a {
	margin: 2% 0px;
	padding: 10px;
	font-size: 19px;
	font-weight: 500;
	border: solid 2px #2aa0d1;
	border-radius: 30px;
	display: block;
	clear: both;
	text-align: center;
	color: #00f0ff;
	width: 70%;
	text-transform: uppercase;
}
.website-banner-right {
	padding: 20px 0px;
}
.website-banner-right img {
	margin: 2% 0px 0px 8%;
	display: block;
}
.website-banner-right-2 {
	padding: 20px 0px;
}
.website-banner-right-2 img {
	margin: 3% 0px 0px;
	display: block;
}
.first-bg-main {
	background: url("../images/background-pattren.png") repeat;
}
.contant {
	padding: 2% 15px;
}
/*.contant h1 {
	text-align: center;
	position: relative;
	color: #000;
	font-size: 32px;
	line-height: 36px;
	padding: 1% 0px 3.5%;
	border-bottom: #ccc solid 1px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	text-transform: capitalize;
}
.contant h1:after {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: -15px;
	margin: 0px auto;
	content: "";
	width: 53px;
	height: 35px;
	background-image: url(../images/sprite.png);
	background-position: -5px -589px;
}*/
.contant span {
    text-align: center;
    position: relative;
    color: #000;
    font-size: 32px;
    display: block;
    line-height: 36px;
    padding: 1% 0px 3.5%;
    border-bottom: #ccc solid 1px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-transform: capitalize;
}
.contant span:after {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -15px;
    margin: 0px auto;
    content: "";
    width: 53px;
    height: 35px;
    background-image: url(../images/sprite.png);
    background-position: -5px -589px;
}
.contant p {
	text-align: center;
	color: #000000;
	font-size: 14px;
	line-height: 20px;
	padding: 2% 6%;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}
.contant-2 {
	padding: 2% 15px;
}
.contant-2 h2 {
	text-align: left;
	color: #323232;
	font-size: 22px;
	line-height: 24px;
	padding: 2% 1%;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
}
.contant-2 p {
	text-align: left;
	color: #687478;
	font-size: 14px;
	line-height: 20px;
	padding: 1% 1%;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}
.contant-2 span {
	text-align: left;
	color: #0087b8;
	display: block;
	font-size: 14px;
	line-height: 16px;
	padding: 1% 1%;
	border-bottom:none;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}
.contant-2 span:after{
	background:none;
}
.panel-default>.panel-heading {
	color: #2c2c2c;
	font-size: 18px;
	padding: 15px 10px;
	font-family: 'ralewaybold';
	background-color: #ffffff;
	border-color: #e7e5e5;
	display: block;
}
.panel-default>.panel-heading img {
	float: right;
	margin-right: 5px;
}
.panel-title {
	color: #009eca;
	font-size: 16px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	background-color: #ffffff;
	border-color: #e7e5e5;
}
.panel-default>.active {
	color: #2c2c2c;
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	background-color: #ffffff;
	border-color: #e7e5e5;
}
.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.panel-group .panel {
	border-radius: 0px;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #e7e5e5;
	background: #fff;
	color: #333333;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	line-height: 20px;
	padding: 20px;
}
.panel-group .panel+.panel {
	margin: 2% 0px;
}
.packg-box-h {
	display: block;
}
.packg-box-h h1 i {
	color: #ffd800 !important;
	font-size: 14px !important;
}
.packg-box-h h2 {
	background: #b1009b !important;
}
.packg-box-p h2 {
	background: #ffb400 !important;
}
.packg-box-w {
	display: block;
}
.packg-box-w h5 {
	font-size: 39px !important;
	line-height: 45px !important;
}
.pkg-dashes {
	display: block !important;
	margin: 1% 0px !important;
	padding: 3px 30px !important;
	font-weight: 400 !important;
	font-size: 12px !important;
	text-align: center !important;
	color: #000 !important;
	background: none !important;
	border-bottom: solid 1px #e7ecf2 !important;
	line-height: 19px !important;
}
.packg-box {
	background-color: #fff;
	display: block;
	max-width:355px;
	padding:0px 0px 8px;
	margin-bottom: 5%;
}
.packg-box h1 {
	background: none;
	padding: 10px 15px;
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-align: center;
	width:100%;
	background-size:cover;
	font-size: 45px;
	display: block;
}
.packg-box h5 {
	background: url(../images/heading-back2.png) center no-repeat;
	padding: 15px;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-align: center;
	font-size: 45px;
	display: block;
	width:100%;
	background-size:cover;
}
.packg-box h5 i {
	color: #fff;
	font-size: 14px;
}
.packg-box h5 span {
	color: #ffd800;
	text-decoration: line-through;
	font-size: 25px;
	padding-right: 10px;
}
.packg-box h5 img {
	float: right;
	margin: -40px 0px;
}
.packg-box h1 span {
	color: #eb305c;
	text-decoration: line-through;
	font-size: 25px;
	padding-right: 10px;
}
.packg-box h1 i {
	color: #ffd800;
	font-size: 14px;
}
.packg-box h2 {
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    padding: 28px 15px;
    text-transform: uppercase;
    background: #564fb8;
    display: block;
    margin: 0px;
    color: #fff;
}
.packg-box h6 {
	text-align: center;
	margin: 0px;
	font-weight: 400;
	padding: 10px 0px;
	font-size: 15px;
	text-transform: uppercase;
}
.packg-box ul {
	display: block;
	margin: 0px 15px;
	padding: 15px 0px;
	list-style: none;
}
.packg-box ul li {
    padding: 5px 30px;
    font-weight: 400;
    font-size: 13px;
    color: #000; 
-/*    background: url(../images/blue-check.png) left no-repeat; */
    line-height: 19px;
    display: table;
    margin: 0 auto;
    text-align: center;
}
.deliver-box {
	background: #e7ecf2;
}
.packg-box h3 span {
    color: #000;
    font-size: 12px;
    line-height: 19px;
    display: block;
    font-weight: 600;
    padding: 0px;
    margin: 0px;
}
.packg-box h3 {
color: #ff0506;
    font-size: 12px;
    line-height: 14px;
    padding: 15px 0px 10px;
    margin: 0px 15px;
    display: block;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
}
.packg-box .feature {
	padding-bottom: 0px;
	margin-bottom: 14px;
	border-bottom: none;
}
.packg-box .feature h4 {
	position: relative;
	text-align: center;
	padding: 20px 0px 0px;
}
.packg-box .feature h4::before {
	position: absolute;
	margin: 0 auto;
	left: 0px;
	right: 0px;
	top: 30px;
	content: "";
	background: #ccc;
	padding: 0px 3%;
	height: 2px;
	width: 90%;
}
.packg-box .feature h4 span {
    background-color: #fff;
    position: relative;
    padding: 0px 10px;
    z-index: 77;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
}
.packg-box .feature ul {
    display: block;
    padding: 0px;
    list-style: none;
    margin: 19px 15px 0px;
    text-align: center;
    border-bottom: none;
    overflow: hidden;
}
.packg-box .feature ul li {
	background: transparent;
    font-size: 10.5px;
	padding-left: 5px;
    padding-top: 5px;
    padding-right: 5px;
    text-align: left;
    color: #000;
    border-bottom: none;
    font-weight: 500;
    line-height: 18px;
    margin: 0px;
    width: 50%;
    float: left;
}
.packg-box .feature ul li:before {
	content: "";
	background: url(../images/sprite.png) no-repeat -63px -609px transparent;
	width: 8px;
	height: 6px;
	display: inline-block;
	margin-right: 5px;
}
.packg-box .feature-2 {
	padding-bottom: 11px;
	margin-bottom: 14px;
	border-bottom: none;
}
.packg-box .feature-2 h4 {
	position: relative;
	text-align: center;
	padding: 20px 0px 0px;
}
.packg-box .feature-2 h4::before {
	position: absolute;
	margin: 0 auto;
	left: 0px;
	right: 0px;
	top: 30px;
	content: "";
	background: #ccc;
	padding: 0px 3%;
	height: 2px;
	width: 90%;
}
.packg-box .feature-2 h4 span {
	background-color: #fff;
	position: relative;
	padding: 0px 10px;
	z-index: 77;
	color: #333;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}
.packg-box .feature-2 ul {
	display: block;
	padding: 0px;
	list-style: none;
	margin: 5px 5px;
	border-bottom: none;
}
.packg-box .feature-2 ul li {
	background: transparent;
	display: block;
	font-size: 11px;
	padding-left: 15px;
	padding-top: 12px;
	padding-right: 5px;
	text-align: left;
	color: #000;
	border-bottom: none;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	line-height: 18px;
}
.packg-box .feature-2 ul li:before {
	content: "";
	background: url(../images/sprite.png) no-repeat -63px -609px transparent;
	width: 8px;
	height: 6px;
	display: inline-block;
	margin-right: 5px;
}
.pck-btn {
    background-color: #eb305c;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 18px;
    margin: 24px auto 0px;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    width: 90%;
    border: none;
    font-weight: 600;
    letter-spacing: 1px;
}
.pck-btn-2 {
	width: 65%;
}
.packg-box-2 {
	background-color: #fff;
	display: block;
	padding-bottom: 25px;
	margin-bottom: 20px;
	position: relative;
}
.packg-box-2 h1 {
	background: url(../images/heading-back.png) center no-repeat;
	padding: 15px;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-align: center;
	font-size: 45px;
	display: block;
	background-size: cover;
}
.packg-box-2 h1 span {
	color: #ffd800;
	text-decoration: line-through;
	font-size: 25px;
	padding-right: 10px;
}
.packg-box-2 h2 {
	text-align: center;
	margin: 0px 15px;
	font-weight: 400;
	padding: 15px 0px;
	font-size: 24px;
	border-bottom: 1px solid #e2e9f0;
	text-transform: uppercase;
}
.packg-box-2 h6 {
	text-align: center;
	margin: 0px;
	font-weight: 400;
	padding: 10px 0px;
	font-size: 15px;
	text-transform: uppercase;
}
.packg-box-2 ul {
	display: block;
	margin: 0px 15px;
	padding: 15px 0px;
	list-style: none;
	border-bottom: none;
}
.packg-box-2 ul li {
	display: block;
	margin: 1% 0px;
	padding: 3px 30px;
	font-weight: 400;
	background: url(../images/blue-check.png) left no-repeat;
	font-size: 12px;
	text-align: left;
	color: #000;
	line-height: 18px;
}
.packg-box-2 h3 span {
	color: #F00;
	font-size: 12px;
	line-height: 14px;
	display: block;
	font-weight: 700;
	padding: 0px 0px 5px;
	margin: 0px;
}
.packg-box-2 h3 {
	color: #000;
	border-bottom: 1px solid #e2e9f0;
	font-size: 12px;
	line-height: 14px;
	padding: 15px 0px;
	margin: 0px 15px;
	display: block;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
}
.packg-box-2 .feature {
	padding-bottom: 11px;
	margin-bottom: 14px;
	border-bottom: none;
}
.packg-box-2 .feature h4 {
	position: relative;
	text-align: center;
	padding: 20px 0px 0px;
}
.packg-box-2 .feature h4::before {
	position: absolute;
	margin: 0 auto;
	left: 0px;
	right: 0px;
	top: 30px;
	content: "";
	background: #ccc;
	padding: 0px 3%;
	height: 2px;
	width: 90%;
}
.packg-box-2 .feature h4 span {
	background-color: #fff;
	position: relative;
	padding: 0px 10px;
	z-index: 77;
	color: #333;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}
.packg-box-2 .feature ul {
	display: block;
	padding: 20px;
	list-style: none;
	margin: 5px auto;
	border-bottom: none;
	max-width: 355px;
}
.packg-box-2 .feature ul li {
	background: transparent;
	display: inline-block;
	font-size: 9px;
	padding-left: 15px;
	padding-top: 12px;
	padding-right: 5px;
	text-align: center;
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	line-height: 18px;
}
.packg-box-2 .feature ul li:before {
	content: "";
	background: url(../images/sprite.png) no-repeat -63px -609px transparent;
	width: 8px;
	height: 6px;
	display: inline-block;
	margin-right: 5px;
}
.middle-wrap {
	background: url(../images/purple-banner.jpg) no-repeat;
	width: 100%;
	padding: 25px 0px 98px;
	margin: -45px 0px 0px;
	background-size: cover;
}
.middle-wrap a {
	text-align: center;
	background-color: transparent;
	border-radius: 25px;
	color: #fff;
	border: solid 1px #fff;
	font-size: 14px;
	padding: 15px;
	position: relative;
	display: block;
	margin: 6% auto;
	width: 300px;
	line-height: 16px;
	text-transform: uppercase;
}
.middle-wrap a:after {
	position: absolute;
	left: -350px;
	top: 20px;
	content: "";
	width: 330px;
	height: 1px;
	z-index: 5;
	border: solid 1px #fff;
}
.middle-wrap a:before {
	position: absolute;
	right: -350px;
	top: 20px;
	content: "";
	width: 330px;
	height: 1px;
	z-index: 5;
	border: solid 1px #fff;
}
.middle-wrap h1 {
	padding: 0px;
	color: #00fff4;
	font-size: 26px;
	line-height: 28px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}
.middle-wrap h1 span {
	padding: 10px 0px;
	color: #fff;
	font-size: 24px;
	display: block;
	line-height: 26px;
}
.middle-wrap p {
	padding: 10px 0px;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 26px;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
}
.yellow-faces {
	padding: 0px;
}
.yellow-faces img {
	display: block;
	padding: 10px 0px;
}
.yellow-faces h2 {
	text-align: left;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	font-weight: 300;
	font-family: 'Montserrat', sans-serif;
	padding: 10px 0px;
}
.yellow-icon {
	width: 89px;
	height: 90px;
	display: block;
	background: url(../images/sprite.png);
	margin: 10px 0 20px 0;
}
.yellow-icon.yellow-icon1 {
	background-position: -5px 0px;
}
.yellow-icon.yellow-icon2 {
	background-position: -5px -95px;
}
.yellow-icon.yellow-icon3 {
	background-position: -5px -190px;
}
.yellow-icon.yellow-icon4 {
	background-position: -5px -285px;
}
.logo-packg {
	background: #d50037;
	margin: -25px auto 40px;
	max-width: 1200px;
	height: 505px;
	display: block;
}
.logo-packg-left {
	float: left;
	max-width: 685px;
}
.logo-packg-left-top {
	float: left;
	width: 334px;
	height: 55px;
	text-align: left;
	color: #4e4400;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 18px;
	padding: 14px 0px 0px 28px;
	margin: -25px 0px 0px -10px;
	background: url(../images/heading-sep.png) left no-repeat;
}
.logo-packg-left h1 {
	display: block;
	clear: both;
	text-align: left;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 30px;
	line-height: 34px;
	padding: 10px 10px 15px 0px;
	margin: 0px 0px 0px 15px;
	border-bottom: #a11c1b solid 1px;
}
.logo-packg-left h1 span {
	float: right;
	color: #fff;
	font-size: 53px;
	line-height: 56px;
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	margin-top: -15px;
	margin-left: 15px;
}
.logo-packg-left h1 span i {
	text-decoration: line-through;
	font-style: normal;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 22px;
	line-height: 24px;
}
.logo-packg-left h1 span div {
	color: #03264e;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 2px;
	padding-top: 5px;
}
.logo-packg-left h2 {
	display: block;
	clear: both;
	text-align: left;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 26px;
	line-height: 28px;
	padding: 10px 20px 10px 0px;
	margin: 0px 0px 0px 20px;
	border-bottom: #a11c1b solid 1px;
}
.logo-packg-left h2 span {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-style: normal;
}
.logo-packg-left ul {
	margin: 0px;
	padding: 0px 20px;
	float: left;
	width: 320px;
}
.logo-packg-left ul li {
	margin: 0px;
	padding: 0px;
	display: block;
	background: none;
	list-style: none;
}
.logo-packg-left ul li h1 {
	font-size: 16px;
	line-height: 18px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	padding: 10px 0px 8px 0px;
	margin: 0px;
	text-transform: uppercase;
	color: #fff;
	border-bottom: none;
}
.logo-packg-left ul li {
	margin: 0px;
	padding: 5px 0px 8px 15px;
	display: block;
	font-family: 'Raleway', sans-serif;
	font-size: 11px;
	border-bottom: solid 1px #a11c1b;
	font-style: 400;
	margin: 0px;
	color: #fff;
	text-transform: uppercase;
	line-height: 14px;
	background: url(../images/bullet1.png) left no-repeat;
}
.logo-packg-left ul li:last-child {
	border-bottom: none !important;
}
.logo-packg-left-img {
	width: 170px;
	height: 200px;
	float: left;
}
.logo-packg-left-img img {
	display: block;
	width: 150px;
}
.logo-packg-right {
	float: right;
	width: 444px;
	height: 560px;
	margin: -27px 0px 10px 10px;
	background: url(../images/middle-form-back.png) right no-repeat;
}
.logo-packg-right h1 {
	display: block;
	padding: 20px 0px 0px 45px;
	text-align: left;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 22px;
	line-height: 24px;
}
.logo-packg-right h1 span {
	display: block;
	padding-top: 5px;
	color: #ffde00;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	line-height: 22px;
}
.logo-packg-right h2 {
	display: block;
	padding: 10px 0px;
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 42px;
	border-bottom: #124887 solid 1px;
	line-height: 44px;
	margin: 0px 40px;
}
.get-deal-btn {
	display: block;
	padding: 10px;
	background: #ffde00;
	text-align: center;
	color: #f33a00;
	cursor: pointer;
	width: 74%;
	border: none;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 32px;
	border-bottom: #124887 solid 1px;
	line-height: 36px;
	margin: 2% auto;
}
.f1 {
	float: left;
	width: 188px;
}
.lable1 {
	color: #c0c0c0;
	font-size: 14px;
	font-family: ralewayregular;
	line-height: 16px;
	padding: 5px 50px;
	display: block;
}
.txt-1 {
	background: #fff;
	border-radius: 0px;
	width: 74%;
	height: 40px;
	font-size: 13px;
	color: #0d90db;
	display: block;
	margin: 4% auto;
	border: none;
}
.txt-1-placeholder {
	color: #0d90db;
}
.txt-1-placeholder {
	color: #0d90db;
}
.txt-1-placeholder {
	color: #0d90db;
}
:-moz-txt-1-placeholder {
color:#0d90db;
}
.captcha-img {
	display: block;
	margin: 2% auto;
	cursor: pointer;
}
.logo-packg-p {
	background: #b200b0 !important;
}
.logo-packg-o {
	background: #ff5400 !important;
}
.logo-packg-b {
	background: #6662ab !important;
}
.logo-packg-g {
	background: #019948 !important;
}
.logo-packg-2 {
	background: #d50037;
	margin: 5% auto;
	max-width: 1200px;
	height: 555px;
	display: block;
}
.logo-packg-2-left {
	float: left;
	max-width: 680px;
}
.logo-packg-2-right-top {
	float: right;
	width: 334px;
	height: 55px;
	text-align: left;
	color: #4e4400;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 18px;
	padding: 14px 0px 0px 28px;
	margin: -25px -16px 0px;
	background: url(../images/top-yellow-back.png) left no-repeat;
}
.logo-packg-2-left-top {
	float: left;
	width: 334px;
	height: 55px;
	text-align: left;
	color: #4e4400;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 18px;
	padding: 14px 0px 0px 28px;
	margin: -25px 0px 0px -10px;
	background: url(../images/heading-sep.png) left no-repeat;
}
.logo-packg-2-left h1 {
	display: block;
	clear: both;
	text-align: left;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 30px;
	line-height: 34px;
	padding: 10px 20px 15px 0px;
	margin: 0px 0px 0px 20px;
	text-transform: uppercase;
	border-bottom: #a11c1b solid 1px;
}
.logo-packg-2-left ul {
	margin: 0px;
	padding: 0px 10px;
	float: left;
	max-width: 300px;
}
.logo-packg-2-left ul li {
	margin: 0px;
	padding: 0px;
	display: block;
	background: none;
	list-style: none;
}
.logo-packg-2-left ul li h1 {
	font-size: 12px;
	line-height: 16px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	padding: 20px 0px 8px 0px;
	margin: 0px;
	color: #fff;
	border-bottom: none;
}
.logo-packg-2-left ul li h2 {
	margin: 0px;
	padding: 8px 0px 8px 15px;
	display: block;
	font-family: 'Raleway', sans-serif;
	font-size: 10px;
	font-style: 400;
	margin: 0px;
	border-bottom: none;
	color: #fff;
	line-height: 14px;
	background: url(../images/bullet1.png) left no-repeat;
}
.logo-packg-2-left-img {
	width: 170px;
	height: 200px;
	float: left;
}
.logo-packg-2-left-img img {
	display: block;
	width: 150px;
}
.logo-packg-2-right {
	float: left;
	width: 444px;
	height: 650px;
	margin: -47px 0px 10px 10px;
	background: url(../images/blue-back3.png) right no-repeat;
}
.logo-packg-2-right h1 {
	display: block;
	padding: 50px 0px 0px 50px;
	text-align: left;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 26px;
	line-height: 28px;
}
.logo-packg-2-right h2 {
	display: block;
	padding: 13px 0px 0px 25px;
	text-align: center;
	color: #5fe3ff;
	font-weight: 600;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 35px;
}
.logo-packg-2-right h2 span {
	color: #eaff00;
	font-size: 30px;
	line-height: 32px;
	font-weight: 500;
	float: right;
	padding: 0px 50px 0px 0px;
}
.logo-packg-2-right h3 {
	display: block;
	padding: 5px 30px 0px 42px;
	text-align: center;
	color: #fff;
	font-weight: 900;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	font-size: 105px;
	line-height: 108px;
}
.logo-packg-2-right h3 img {
	float: left;
	margin-right: 10px;
	padding-top: 10px;
}
.logo-packg-2-right h4 {
	display: block;
	padding: 35px 0px 0px 50px;
	text-align: left;
	color: #fff;
	font-weight: 600;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	font-size: 22px;
	line-height: 26px;
}
.logo-packg-2-right p {
	display: block;
	padding: 12px 45px 0px 50px;
	text-align: left;
	color: #5fe3ff;
	font-weight: 400;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	line-height: 20px;
}
.money-back-div {
	padding: 15px 0px 0px 50px;
	display: block;
}
.money-back-div h5 {
	text-align: left;
	font-size: 20px;
	line-height: 24px;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	float: left;
	padding-top: 40px;
}
.money-back-div h5 span {
	display: block;
	font-size: 28px;
	line-height: 34px;
	display-top: 5px;
	font-weight: 700;
	text-transform: uppercase;
}
.money-back-div img {
	float: left;
	padding: 0px 25px 15px;
}
.get-deal-btn {
	display: block;
	padding: 10px;
	background: #ffde00;
	text-align: center;
	color: #f33a00;
	cursor: pointer;
	width: 74%;
	border: none;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 32px;
	border-bottom: #124887 solid 1px;
	line-height: 36px;
	margin: 2% auto;
}
.logo-packg-3 {
	background: #d50037;
	margin: 5% auto;
	max-width: 1200px;
	height: 555px;
	display: block;
}
.logo-packg-3-left {
	float: left;
	max-width: 680px;
}
.logo-packg-3-right-top {
	float: right;
	width: 334px;
	height: 55px;
	text-align: left;
	color: #4e4400;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 18px;
	padding: 14px 0px 0px 28px;
	margin: -25px -16px 0px;
	background: url(../images/top-yellow-back.png) left no-repeat;
}
.logo-packg-3-left-top {
	float: left;
	width: 334px;
	height: 55px;
	text-align: left;
	color: #4e4400;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 18px;
	padding: 14px 0px 0px 28px;
	margin: -25px 0px 0px -10px;
	background: url(../images/heading-sep.png) left no-repeat;
}
.logo-packg-3-left h1 {
	display: block;
	clear: both;
	text-align: left;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 30px;
	line-height: 34px;
	padding: 10px 20px 15px 0px;
	margin: 0px 0px 0px 20px;
	text-transform: uppercase;
	border-bottom: #a11c1b solid 1px;
}
.logo-packg-3-left ul {
	margin: 0px;
	padding: 0px 10px;
	float: left;
	max-width: 400px;
}
.logo-packg-3-left ul li {
	margin: 0px;
	padding: 0px;
	display: block;
	background: none;
	list-style: none;
}
.logo-packg-3-left ul li h1 {
	font-size: 12px;
	line-height: 16px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	padding: 20px 0px 8px 0px;
	margin: 0px;
	color: #fff;
	border-bottom: none;
}
.logo-packg-3-left ul li h2 {
	margin: 0px;
	padding: 8px 0px 8px 15px;
	display: block;
	font-family: 'Raleway', sans-serif;
	font-size: 10px;
	font-style: 400;
	margin: 0px;
	border-bottom: none;
	color: #fff;
	line-height: 14px;
	background: url(../images/bullet1.png) left no-repeat;
}
.logo-packg-3-left-img {
	width: 170px;
	height: 200px;
	float: left;
}
.logo-packg-3-left-img img {
	display: block;
	width: 150px;
}
.logo-packg-3-right {
	float: left;
	width: 444px;
	height: 661px;
	margin: -53px 0px 10px 10px;
	background: url(../images/blue-back3.png) right no-repeat;
}
.logo-packg-3-right h1 {
	display: block;
	padding: 50px 0px 0px 50px;
	text-align: left;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 26px;
	line-height: 28px;
}
.logo-packg-3-right h2 {
	display: block;
	padding: 13px 0px 0px 25px;
	text-align: center;
	color: #5fe3ff;
	font-weight: 600;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 35px;
}
.logo-packg-3-right h2 span {
	color: #eaff00;
	font-size: 30px;
	line-height: 32px;
	font-weight: 500;
	float: right;
	padding: 0px 50px 0px 0px;
}
.logo-packg-3-right h3 {
	display: block;
	padding: 5px 30px 0px 42px;
	text-align: center;
	color: #fff;
	font-weight: 900;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	font-size: 105px;
	line-height: 108px;
}
.logo-packg-3-right h3 img {
	float: left;
	margin-right: 10px;
	padding-top: 10px;
}
.logo-packg-3-right h4 {
	display: block;
	padding: 35px 0px 0px 50px;
	text-align: left;
	color: #fff;
	font-weight: 600;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	font-size: 22px;
	line-height: 26px;
}
.logo-packg-3-right p {
	display: block;
	padding: 12px 45px 0px 50px;
	text-align: left;
	color: #5fe3ff;
	font-weight: 400;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	line-height: 20px;
}
.bump-call {
	padding: 20px 0px 0px;
	border-top: solid 1px #a11c1b;
	margin: 0px 0px 0px 20px;
}
.bump-call-2 {
	margin: 0px 0px;
}
.call-action2 {
	padding: 5px 0px;
	float: left;
	width: 28%;
}
.call-action3 {
	width: 22%;
}
.call-action2 h2 {
	font-size: 12px;
	line-height: 14px;
	color: #fff;
	font-weight: 400;
}
.call-action2 h2 span {
	font-size: 12px;
	line-height: 15px;
	display: block;
	font-weight: 500;
}
.call-action2 img {
	float: left;
	margin-right: 10px;
}
.logo-packg-4 {
	background: #d50037;
	margin: 5% auto;
	max-width: 1200px;
	height: 560px;
	display: block;
}
.logo-packg-4-left {
	float: left;
	max-width: 680px;
}
.logo-packg-4-right-top {
	float: right;
	width: 334px;
	height: 55px;
	text-align: left;
	color: #4e4400;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 18px;
	padding: 14px 0px 0px 28px;
	margin: -25px -16px 0px;
	background: url(../images/top-yellow-back.png) left no-repeat;
}
.logo-packg-4-left-top {
	float: left;
	width: 334px;
	height: 55px;
	text-align: left;
	color: #4e4400;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 18px;
	padding: 14px 0px 0px 28px;
	margin: -25px 0px 0px -10px;
	background: url(../images/heading-sep.png) left no-repeat;
}
.logo-packg-4-left h1 {
	display: block;
	clear: both;
	text-align: left;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 30px;
	line-height: 34px;
	padding: 10px 20px 15px 0px;
	margin: 0px 0px 0px 20px;
	text-transform: uppercase;
	border-bottom: #a11c1b solid 1px;
}
.logo-packg-4-left ul {
	margin: 0px;
	padding: 0px 10px;
	float: left;
	max-width: 400px;
}
.logo-packg-4-left ul li {
	margin: 0px;
	padding: 0px;
	display: block;
	background: none;
	list-style: none;
}
.logo-packg-4-left ul li h1 {
	font-size: 12px;
	line-height: 16px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	padding: 20px 0px 8px 0px;
	margin: 0px;
	color: #fff;
	border-bottom: none;
}
.logo-packg-4-left ul li h2 {
	margin: 0px;
	padding: 8px 0px 8px 15px;
	display: block;
	font-family: 'Raleway', sans-serif;
	font-size: 10px;
	font-style: 400;
	margin: 0px;
	border-bottom: none;
	color: #fff;
	line-height: 14px;
	background: url(../images/bullet1.png) left no-repeat;
}
.logo-packg-4-left-img {
	width: 170px;
	height: 200px;
	float: left;
}
.logo-packg-4-left-img img {
	display: block;
	width: 150px;
}
.logo-packg-4-right {
	float: left;
	width: 444px;
	height: 661px;
	margin: -53px 0px 10px 10px;
	background: url(../images/blue-back3.png) right no-repeat;
}
.logo-packg-4-right h1 {
	display: block;
	padding: 50px 0px 0px 50px;
	text-align: left;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 26px;
	line-height: 28px;
}
.logo-packg-4-right h2 {
	display: block;
	padding: 13px 0px 0px 25px;
	text-align: center;
	color: #5fe3ff;
	font-weight: 600;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 35px;
}
.logo-packg-4-right h2 span {
	color: #eaff00;
	font-size: 30px;
	line-height: 32px;
	font-weight: 500;
	float: right;
	padding: 0px 50px 0px 0px;
}
.logo-packg-4-right h3 {
	display: block;
	padding: 5px 30px 0px 42px;
	text-align: center;
	color: #fff;
	font-weight: 900;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	font-size: 105px;
	line-height: 108px;
}
.logo-packg-4-right h3 img {
	float: left;
	margin-right: 10px;
	padding-top: 10px;
}
.logo-packg-4-right h4 {
	display: block;
	padding: 35px 0px 0px 50px;
	text-align: left;
	color: #fff;
	font-weight: 600;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	font-size: 22px;
	line-height: 26px;
}
.logo-packg-4-right p {
	display: block;
	padding: 12px 45px 0px 50px;
	text-align: left;
	color: #5fe3ff;
	font-weight: 400;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	line-height: 20px;
}
.process-block {
	display: block;
	padding: 10px 0px;
	margin: 0px auto;
	max-width: 1100px;
}
.flip-box {
	float: left;
	width: 180px;
	margin: 10px 2px;
}
.flip-container {
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-o-perspective: 1000;
	perspective: 1000;
	width: 176px;
	height: 176px;
	float: left;
	border-radius: 50%;
}
.b1 {
	border: #ff00fa solid 2px;
}
.b2 {
	border: #ffd200 solid 2px;
}
.b3 {
	border: #0d7cdb solid 2px;
}
.b4 {
	border: #4bf400 solid 2px;
}
.b5 {
	border: #ff0000 solid 2px;
}
.flip-container, .front, .back {
	width: 176px;
	height: 176px;
}
.flipper {
	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	-moz-transition: 0.6s;
	-moz-transform-style: preserve-3d;
	-o-transition: 0.6s;
	-o-transform-style: preserve-3d;
	transition: 0.6s;
	transform-style: preserve-3d;
	position: relative;
}
.front, .back {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.front {
	position: relative;
	z-index: 1;
}
.front img {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 12%;
	z-index: 5;
	margin: 0px auto;
}
.back {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
	background-color: transparent;
	border-radius: 50%;
	z-index: 2;
}
.back p {
	position: absolute;
	left: 10px;
	right: 10px;
	z-index: 777;
	top: 30%;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	margin: 0px auto;
}
.process-sep {
	float: left;
	margin-top: 9%;
}
.ptext {
	color: #000;
	font-size: 20px;
	line-height: 22px;
	font-family: 'Raleway', sans-serif;
	padding: 20px 0px;
	font-weight: 400;
	display: block;
	text-align: center;
	clear: both;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
	display: block;
	width: 100%;
	height: auto;
}
.carousel-control.right {
	background-image: none;
}
.carousel-control.left {
	background-image: none;
}
.carousel-inner {
	display: block;
	width: 80%;
	margin: 45px auto;
}
.carousel-inner:after {
	position: absolute;
	left: 35%;
	top: -5px;
	content: "";
	width: 47px;
	height: 47px;
	z-index: 5;
	background-image: url(../images/sprite.png);
	background-position: -5px -687px;
}
.carousel-inner:before {
	position: absolute;
	right: 0%;
	bottom: 0px;
	content: "";
	width: 47px;
	height: 47px;
	z-index: 5;
	background-image: url(../images/sprite.png);
	background-position: -5px -739px;
}
.carousel-inner>.item> h2 {
	text-align: center;
	color: #2a1316;
	font-size: 17px;
	line-height: 20px;
	font-weight: 500;
	font-family: 'Raleway', sans-serif;
	padding: 10px;
}
.carousel-inner>.item> p {
	text-align: center;
	color: #2a1316;
	font-size: 13px;
	font-weight: 500;
	font-family: 'Raleway', sans-serif;
	line-height: 20px;
	padding: 10px;
}
.carousel-inner>.item> span {
	text-align: center;
	color: #2b95e0;
	font-size: 13px;
	font-weight: 500;
	font-family: 'Raleway', sans-serif;
	line-height: 16px;
	padding: 5px 0px 20px;
	display: block;
}
.carousel-indicators {
	position: static;
	margin: 20px 0 0;
	width: 100%;
	display: none;
}
.blue-wrap {
	background: rgba(0, 0, 0, 0) url("../images/blue-back.jpg") no-repeat scroll 0 0/100% auto;
	display: block;
	padding: 20px 0 0;
}
.blue-wrap-2 {
	background: rgba(0, 0, 0, 0) url("../images/blue-back2.jpg") no-repeat scroll 0 0/100% auto;
	display: block;
	padding: 20px 0 0;
}
.blue-wrap-2 h1 {
	font-size: 32px;
	line-height: 36px;
	color: #002352;
	text-transform: uppercase;
	padding: 20px 0px;
	background: url(../images/bluewraphead-img.png) center top no-repeat;
	text-align: center;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	width: 1170px;
	height: 70px;
	letter-spacing: 2px;
	margin: -55px 0px 0px;
	z-index: 77;
	position: relative;
}
.blue-wrap-2 h1:before {
	position: absolute;
	right: 180px;
	top: 38px;
	content: "";
	width: 180px;
	height: 1px;
	z-index: 5;
	border: solid 1px #007ead;
}
.blue-wrap-2 h1:after {
	position: absolute;
	left: 180px;
	top: 38px;
	content: "";
	width: 180px;
	height: 1px;
	z-index: 5;
	border: solid 1px #007ead;
}
.blue-wrap-2 h3 {
	font-size: 17px;
	line-height: 21px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	padding: 25px 0px;
	text-align: center;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
}
.blue-wrap-2 h3 span {
	font-size: 14px;
	line-height: 18px;
	color: #00aeef;
	font-weight: 400;
	padding-top: 15px;
	display: block;
}
.blue-in-box {
	padding: 10px 0px 0px;
}
.blue-in-box img {
	float: left;
	margin-right: 10px;
}
.blue-in-box h3 {
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
}
.blue-in-box h3 span {
	font-size: 16px;
	line-height: 22px;
	display: block;
}
.blue-in-box a {
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	display: block;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
}
.blue-wrap h2 {
	font-size: 20px;
	line-height: 30px;
	color: #fcff00;
	text-transform: uppercase;
	font-weight: 600;
	padding: 20px 0px;
	letter-spacing: 1px;
	font-family: 'Raleway', sans-serif;
}
.blue-wrap h2 i {
	color: #fff;
	font-weight: 400;
	padding-left: 5px;
	font-style: normal;
}
.girl-img {
	display: block;
	margin: -35px 0px 0px;
}
.b-txt-1 {
	border-radius: 20px;
	height: 44px;
	color: #808897;
	font-weight: 400;
	font-size: 12px;
	padding: 6px 25px;
	margin: 2% auto;
	width: 90%;
	display: block;
	text-transform: uppercase;
}
.b-txtarea {
	resize: none;
	height: 130px !important;
	border-radius: 5px;
	padding: 10px 25px;
	width: 94%;
}
.b-sbt-btn {
	margin: 2% auto 5%;
	display: block;
	padding: 10px;
	letter-spacing: 1px;
	border-radius: 30px;
	border: none;
	font-size: 20px;
	text-transform: uppercase;
	color: #181800;
	width: 92%;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	background: #fbff00;
}
.service-wrap {
	background: #001531;
}
.service-wrap h2 {
	font-size: 13px;
	line-height: 17px;
	color: #ff00fc;
	text-transform: uppercase;
	font-weight: 500;
	display: block;
	font-family: 'Raleway', sans-serif;
	padding: 20px 0px 0px;
}
.service-wrap h2 span {
	font-size: 30px;
	line-height: 34px;
	color: #fff;
	display: block;
	font-weight: 700;
	padding-top: 5px;
}
.service-wrap img {
	margin: -8px 0px 0px;
	display: block;
}
.value-box {
	padding: 30px 0px 0px;
}
.value-box img {
	float: left;
	margin-right: 15px;
}
.value-box h3 {
	color: #fff;
	font-weight: 300;
	font-size: 14px;
	line-height: 16px;
	font-family: 'Raleway', sans-serif;
	padding-left: 5px;
}
footer {
	background: #1a212c;
	padding: 50px 0 0;
}
footer .ftbottom {
	background: #1a1a1a;
}
footer .disclaimer {
	padding-bottom: 35px;
	padding-top: 25px;
	margin-top: 15px;
	position: relative;
	overflow: hidden;
	background-color:transparent !important;
}
footer .disclaimer:after {
	content: '';
	width: 100%;
	height: 1px;
	background: #424242;
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 15px;
	margin-right: 15px;
}
footer .disclaimer p {
	font-size: 11px;
	color: #6f6f6f;
	line-height: 18px;
	padding-top: 5px;
}
footer .disclaimer strong {
	font-size: 12px;
	color: #6f6f6f;
	ffont-family: 'Montserrat', sans-serif;
}
footer h5 {
	color: #cfcfcf;
	font-size: 12px;
	font-weight: 300;
	border-bottom: 1px solid #424242;
	padding-bottom: 20px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
footer ul {
	padding: 0px;
}
footer ul li {
	padding-bottom: 10px;
	padding-left: 15px;
	list-style: none;
	background: url(../images/arrowbullet.png) no-repeat left 7px;
}
footer ul li a {
	color: #9a9a9a;
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}
footer ul li a:hover, footer ul li a:active, footer ul li a:focus {
	color: #fff;
}
footer ul li a.active {
	color: #fff;
}
footer ul.divide li {
	width: 50%;
	float: left;
}
footer ul.contactlist li {
	background: none;
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
	color: #9a9a9a;
	width: 100%;
	float: none;
	display: block;
	padding-left: 0;
}
footer ul.contactlist li span {
	padding-right: 10px;
	float: left;
	padding-bottom: 10px;
}
footer .ftbottom {
	color: #6f6f6f;
	font-size: 12px;
	padding: 25px 0;
}
footer .ftbottom h6 {
	margin: 0;
}
footer .ftbottom a {
	color: #6f6f6f;
}
footer .ftthirdsec {
	margin-top: 25px;
	padding-top: 20px;
	position: relative;
	font-size: 13px;
	color: #9a9a9a;
	overflow: hidden;
	padding-bottom: 20px;
}
footer .ftthirdsec:before {
	content: '';
	width: 100%;
	height: 1px;
	background: #424242;
	position: absolute;
	top: 0;
	left: 0;
	margin-left: 15px;
	margin-right: 15px;
}
footer .ftthirdsec .col-md-4 img {
	max-width: 282px;
}
footer .ftthirdsec .col-md-5 img {
	max-width: 448px;
}
footer .ftthirdsec img {
	width: auto;
}
footer .ftthirdsec #siteseal {
	padding: 10px;
	background-color: #f5f5f5;
	margin: 22px 0 0 0;
	display: inline-block;
	float: right;
	margin-right: -15px;
}
footer .ftthirdsec #siteseal img {
	width: auto;
}
.padrightzer {
	padding-right: 0;
}
footer .ftthirdsec .martop {
	margin-top: 7px;
}
footer .ftthirdsec .martop1 {
	margin-top: 28px;
}
footer .ftthirdsec h6 {
	color: #8d949f;
	padding: 10px 0px;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}
footer .disclaimer strong {
	color: #8d949f;
	padding: 10px 0px;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}
.f-social-icon {
	padding: 10px 0px;
	display: block;
}
.f-social-icon a {
	float: left;
	padding: 1.4px;
}
footer .ftbottom p {
	color: #6f6f6f;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 15px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}
.octopas-img {
	display: block;
}
.octopas-img img {
	display: block;
	max-width: 100%;
	margin: 0px auto;
}
.stationery-box {
	max-width: 20%;
	float: left;
	margin: 2% 0px;
}
.b2b-box {
	margin: 2% 0px;
	display: block;
	background: url(../images/border-sep1.png) right no-repeat;
}
.b2b-box:last-child {
	background: none;
}
.b2b-box h1 {
	text-align: center;
	font-size: 35px;
	line-height: 38px;
	color: #009eca;
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	padding: 20px 0px;
}
.b2b-box h1 span {
	font-size: 12px;
	line-height: 18px;
	color: #2c3336;
	font-weight: 400;
	display: block;
	padding-top: 5px;
}
.b2b-style-box {
	margin: 2% 1%;
	width: 48%;
	padding: 0px;
	border-radius: 6px;
	background: #fff;
}
.b2b-style-box img {
	display: block;
	padding: 15px 0px;
}
.b2b-style-box h2 {
	color: #e63425;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 15px 5px;
	display: block;
	font-family: 'Montserrat', sans-serif;
}
.b2b-style-box ul {
	display: block;
	padding: 10px 5px 15px;
	margin: 0px;
}
.b2b-style-box ul li {
	display: block;
	padding: 5px 20px;
	background: url(../images/arrow-img.png) left no-repeat;
	float: none;
	color: #747474;
	font-weight: 400;
	font-size: 13px;
	line-height: 15px;
}
.effect8 {
	position: relative;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect8:before, .effect8:after {
	content: "";
	position: absolute;
	z-index: -1;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.8);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.8);
	box-shadow: 0 0 20px rgba(0,0,0,0.8);
	top: 10px;
	bottom: 10px;
	left: 0;
	right: 0;
	-moz-border-radius: 100px/10px;
	border-radius: 100px/10px;
}
.effect8:after {
	right: 10px;
	left: auto;
	-webkit-transform: skew(8deg) rotate(3deg);
	-moz-transform: skew(8deg) rotate(3deg);
	-ms-transform: skew(8deg) rotate(3deg);
	-o-transform: skew(8deg) rotate(3deg);
	transform: skew(8deg) rotate(3deg);
}
.call-action-box-main {
	margin: 2% auto;
	display: block;
}
.call-action-box2 {
	padding: 1% 0px;
	position: relative;
}
.call-action-box2:before {
	position: absolute;
	right: 180px;
	top: 38px;
	content: "";
	width: 180px;
	height: 1px;
	z-index: 5;
	border: solid 1px #ff7201;
}
.call-action-box2:after {
	position: absolute;
	left: 180px;
	top: 38px;
	content: "";
	width: 180px;
	height: 1px;
	z-index: 5;
	border: solid 1px #ff7201;
}
.call-action-box {
	padding: 1% 0px;
}
.call-action-box img {
	display: block;
	margin: 0px auto;
}
.call-action-box h2 {
	color: #333333;
	font-size: 16px;
	text-align: center;
	display: block;
	padding: 5px 0px;
	line-height: 22px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}
.increase-wrap {
	background: #e53727;
	padding: 20px;
	margin-bottom: 20px;
	background-size: cover;
}
.increase-wrap h1 {
	text-align: center;
	font-size: 30px;
	line-height: 34px;
	padding: 10px 0px;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-weight: 500;
}
.revenue-main {
	border-bottom: solid 1px #ce2d1f;
	padding: 15px 0px;
	margin: 2% 0px;
}
.revenue-main:last-child {
	border-bottom: none;
}
.revenue-main img {
	float: left;
	margin-right: 15px;
}
.revenue-main h2 {
	font-size: 42px;
	line-height: 44px;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
}
.revenue-main h2 span {
	font-size: 18px;
	line-height: 22px;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	display: block;
	font-weight: 300;
	text-transform: capitalize;
}
.grade-box {
	border: solid 6px #e1e1e1;
	padding: 20px;
	background: #fff;
	margin: 1% 1%;
	float: left;
	width: 31%;
	min-height: 175px;
	border-radius: 5px;
}
.grade-box img {
	float: left;
	padding-top: 10px;
	margin-right: 10px;
	padding-bottom: 20px;
}
.grade-box h2 {
	color: #000;
	font-size: 30px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	line-height: 34px;
	padding: 10px 0px;
}
.grade-box h2 i {
	color: #cc1116;
	font-style: normal;
}
.grade-box p {
	color: #515151;
	font-size: 14px;
	padding: 10px 0px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	line-height: 24px;
}
.space-div {
	margin-bottom: 30px;
}
.space-div2 {
	margin-top: 40px;
}
.space-div3 {
	margin-top: 30px;
}
.animate-box {
	display: block;
	padding: 20px;
	border-radius: 7px;
	margin: 1% 1%;
	background: #2cd2eb;
	min-height: 282px;
	max-width: 31%;
}
.animate-box:hover {
	-moz-box-shadow: 0 0 10px #ccc;
	-webkit-box-shadow: 0 0 10px #efefef;
	box-shadow: 0 0 10px #c2c2c2;
}
.animate-box:nth-child(2) {
	background: #0aa855;
}
.animate-box:nth-child(3) {
	background: #ff264f;
}
.animate-box:nth-child(4) {
	background: #c02ceb;
}
.animate-box:nth-child(5) {
	background: #ff590a;
}
.animate-box:nth-child(6) {
	background: #6662ab;
}
.animate-box img {
	display: block;
	margin: 10px auto 0px;
}
.animate-box h2 {
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	text-align: center;
	font-weight: 500;
	padding: 15px 0px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
.animate-box p {
	font-size: 14px;
	line-height: 22px;
	color: #fff;
	text-align: center;
	font-weight: 400;
	padding: 10px 0px;
	font-family: 'Montserrat', sans-serif;
}
.process-back {
	background: url(../images/process-back.jpg) center top no-repeat;
	background-size: cover;
	padding: 20px;
}
.brief-box {
	margin: 9% 0px 0px;
}
.brief-box h2 {
	color: #9c6a1f;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	padding: 5px 0px;
	text-align: center;
}
.brief-box p {
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: 400;
	padding: 5px 0px;
}
.sketech-box {
	margin: 2% 0px;
}
.sketech-box h2 {
	color: #137d9a;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	padding: 5px 0px;
	margin-top: 15px;
	text-align: center;
}
.sketech-box p {
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: 400;
	padding: 5px 0px;
}
.revision-box {
	margin: 3% 0px 0px;
}
.revision-box h2 {
	color: #422358;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	padding: 5px 0px;
	text-align: center;
}
.revision-box p {
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: 400;
	padding: 5px 0px;
}
.research-box {
	margin: 13% 0px 0px;
}
.research-box h2 {
	color: #b9e357;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	padding: 5px 40px;
	text-align: left;
}
.research-box p {
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: 400;
	padding: 5px 0px;
	text-align: center;
}
.refrence-box {
	margin: 0% 0px;
}
.refrence-box h2 {
	color: #22604d;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	padding: 5px 20px;
	text-align: left;
}
.refrence-box p {
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: 400;
	padding: 5px 0px;
	text-align: center;
}
.reflection-box {
	margin: -4% 0px;
}
.reflection-box h2 {
	color: #248281;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	padding: 5px 20px;
	text-align: left;
}
.reflection-box p {
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: 400;
	padding: 5px 0px;
	text-align: center;
}
.delivery-box {
	margin: 3% 0px;
}
.delivery-box h2 {
	color: #147f9e;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	padding: 5px 20px;
	text-align: center;
}
.delivery-box p {
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: 400;
	padding: 5px 0px;
	text-align: center;
}
.presantation-box {
	margin: -4% 0px;
}
.presantation-box h2 {
	color: #b83388;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	padding: 5px 20px;
	text-align: left;
}
.presantation-box p {
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: 400;
	padding: 5px 0px;
	text-align: center;
}
.evalate-pro {
	padding: 20px 0px;
}
.evalate-pro img {
	margin: 1% 0px;
}
.owl-wrapper {
	positon: relative;
}
.owl-controls {
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
.owl-theme .owl-controls .owl-page span {
	background: #1f88ca !important;
	margin: 22px 5px !important;
	border-radius: 30px !important;
	width: 13px !important;
	height: 13px !important;
}
.owl-img {
	max-width: 1170px;
	display: block;
	margin: 0px auto;
}
.owl-text-overlay {
	position: absolute;
	text-align: center;
	max-width: 1170px;
	top: 0px;
	display: block;
	margin: 0px auto;
	left: 0;
	right: 0;
}
.owl-text-overlay-left {
	float: left;
	width: 48%;
	margin: 10% 1%;
}
.owl-text-overlay-left-2 {
	margin: 10% 0px;
}
.owl-text-overlay-left img {
	display: block;
	margin: 10px auto;
}
.owl-text-overlay-left h2 {
	color: #727d93;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	padding: 20px 0px 0px;
}
.owl-text-overlay-left p {
	color: #3f4a57;
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	padding: 20px 96px;
}
.owl-text-overlay-right {
	float: left;
	width: 48%;
	margin: 8% 2%;
}
.owl-text-overlay-right h2 {
	color: #fff;
	font-size: 22px;
	line-height: 25px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	padding: 10px 0px;
}
.owl-text-overlay-right h2 span {
	color: #fff;
	font-size: 14px;
	line-height: 16px;
	text-transform: capitalize;
	font-weight: 400;
	padding-top: 15px;
	display: block;
}
.owl-text-overlay-right ul {
	display: block;
	padding: 10px 0px;
}
.owl-text-overlay-right ul li {
	display: block;
	padding: 10px 20px;
	list-style: none;
	font-size: 13px;
	line-height: 15px;
	color: #fff;
	font-weight: 400;
	font-family: 'Raleway', sans-serif;
	width: 220px;
	text-align: left;
	background: url(../images/red-arrow.png) left no-repeat;
	float: left;
}
.social-icons {
	display: block;
	padding: 10px 0px;
}
.social-icons a {
	float: left;
	padding: 5px;
}
.more-detail {
	display: block;
	padding: 10px;
	margin: 3% 0px;
	font-family: 'Raleway', sans-serif;
	color: #fff;
	width: 140px;
	background: #ff0000;
	clear: both;
	text-align: center;
	font-weight: 700;
	font-size: 15px;
	border: none;
	border-radius: 5px;
}
.owl-theme .owl-controls .owl-page span:active {
	background: #fff !important;
}
.owl-pagination {
	display: block;
	margin-bottom: -60px;
}
.owl-theme .owl-controls .owl-buttons div {
	position: absolute;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
	right: 20px;
	bottom: 230px;
	width: 64px;
	height: 64px;
	text-indent: -9999px;
	white-space: nowrap;
	display: none;
	background: url(../images/right-icon.png) right no-repeat;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
	left: 20px;
	bottom: 230px;
	width: 64px;
	display: none;
	height: 64px;
	text-indent: -9999px;
	white-space: nowrap;
	background: url(../images/left-icon.png) left no-repeat;
}
.content {
	position: relative;
	max-width: 100%;
	float: left;
	overflow: hidden;
}
.content .content-overlay-1 {
	background: rgba(255,0,0,0.6) !important;
}
.content .content-overlay-2 {
	background: rgba(255,120,0,0.6) !important;
}
.content .content-overlay-3 {
	background: rgba(0,54,255,0.6) !important;
}
.content .content-overlay-4 {
	background: rgba(255,192,0,0.5) !important;
}
.content .content-overlay {
	background: rgba(0,0,0,0.7);
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
.content:hover .content-overlay {
	opacity: 1;
}
.content-image {
	width: 100%;
}
.content-details {
	position: absolute;
	text-align: center;
	width: 100%;
	top: 50%;
	left: 50%;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.content:hover .content-details {
	top: 50%;
	left: 50%;
	opacity: 1;
}
.content-details h3 {
	color: #fff;
	font-weight: 700;
	font-size: 26px;
	text-align: center;
	text-transform: uppercase;
}
.content-details p {
	color: #fff;
	text-align: center;
	font-size: 12px;
}
.content-details a {
	margin-top: 10px;
}
.fadeIn-left {
	left: 30%;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	color: #fff;
	background-color: #0d7cdb;
	border-radius: 20px;
	font-weight: 300;
}
.nav-tabs>li {
	float: none;
	display: inline-block;
	margin-bottom: 0px;
}
.nav-tabs>li>a {
	margin-right: 10px;
	line-height: 1.42857143;
	border-radius: 20px;
	padding: 10px 48px;
	transition: all 0.4s ease-out 0s;
	border: 1px solid #0d7cdb;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	background-color: #fff;
	font-family: 'Montserrat', sans-serif;
	color: #0d7cdb;
}
.nav-tabs>li>a:hover {
	border-radius: 20px;
	background-color: #0d7cdb;
	color: #fff;
}
.nav-tabs {
	border-bottom: none;
	display: block;
	margin: 10px 0px;
	text-align: center;
}
.tab-content>.active {
	display: block;
	padding: 0px;
	margin-top: 20px;
	box-sizing: border-box;
}
.nav-tabs-2>li.active>a, .nav-tabs-2>li.active>a:focus, .nav-tabs-2>li.active>a:hover {
    color: #fff;
    background-color: #eb305c;
    border-radius: 10px;
    font-weight: 600;
    border-bottom: solid 2px #eb305c;
}
.nav-tabs-2>li {
	float: none;
	display: inline-block;
	margin-bottom: 0px;
}
.nav-tabs-2>li>a {
    margin-right: 10px;
    line-height: 1.42857143;
    border-radius: 10px;
    padding: 19px 19px 16px;
    transition: all 0.4s ease-out 0s;
    border: 1px solid e8eaf1;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #fff;
    font-family: 'Montserrat', sans-serif;
    color: #2a2a2a;
    box-shadow: 0px 2px 2px #bbb1b1;
    color: #2a2a2a;
    min-width: 200px;
}
.nav-tabs-2>li>a:hover {
	border-radius: 10px;
	background-color: #eb305c;
	color: #fff;
	border-bottom: solid 2px #eb305c;
}
.nav-tabs-2 {
	border-bottom: none;
	display: block;
	margin: 10px 0px 30px;
	text-align: center;
}
.tbs-left-text {
	padding: 20px 0px;
}
.tbs-left-text {
	display: block;
	padding: 20px 0px;
}
.tbs-right-text {
	padding: 10px 0px 0px 20px;
}
.tbs-right-text h2 {
	padding: 10px 0px;
	color: #ea0027;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	font-size: 25px;
	line-height: 28px;
	text-transform: uppercase;
}
.tbs-right-text h2 span {
	padding-top: 10px;
	color: #828591;
	display: block;
	font-size: 14px;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	line-height: 20px;
}
.tbs-right-text p {
	padding: 10px 0px;
	color: #5f5f5f;
	font-weight: 400;
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	line-height: 24px;
}
.tbs-right-text ul {
	display: block;
	padding: 20px 0px;
}
.tbs-right-text ul li {
	float: none;
	display: block;
	padding: 5px 25px;
	margin: 0px;
	color: #545454;
	font-weight: 500;
	background: url(../images/arrow-img.png) left no-repeat;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	line-height: 18px;
}
.view-btn-2banner {
text-align: center;
    background-color: #eb305c;
    border-radius: 10px;
    color: #fff;
    border: solid 1px #000;
    font-size: 16px;
    padding: 12px 25px;
    position: relative;
    display: block;
    min-width: 250px;
    font-weight: 600;
    margin: -3% auto -3%;
    line-height: 16px;
    text-transform: uppercase;
}
.view-btn-2 {
	text-align: center;
	background-color: transparent;
	border-radius: 25px;
	color: #0d7cdb;
	border: solid 1.7px #0d7cdb;
	font-size: 13px;
	padding: 15px;
	position: relative;
	display: block;
	max-width: 540px;
	margin: 6% auto;
	line-height: 16px;
	text-transform: uppercase;
}
.view-btn-2:after {
	position: absolute;
	left: -310px;
	top: 20px;
	content: "";
	width: 290px;
	height: 1px;
	z-index: 5;
	border: solid 1px #0d7cdb;
}
.view-btn-2:before {
	position: absolute;
	right: -310px;
	top: 20px;
	content: "";
	width: 290px;
	height: 1px;
	z-index: 5;
	border: solid 1px #0d7cdb;
}
.portfolio-box {
	display: block;
	overflow: hidden;
	position: relative;
	float: left;
	width: 20%;
}
.portfolio-box img {
	display: block;
	width: 100%;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.portfolio-overlay {
	background-color: rgba(00, 00, 00,0.75);
	top: 0;
	box-sizing: border-box;
	height: 100%;
	left: 0;
	padding: 0;
	position: absolute;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	width: 100%;
	text-align: center;
	padding-top: 40%;
}
.portfolio-overlay h4 {
	font-size: 12px;
	letter-spacing: 3px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 400;
	color: #fff;
}
.portfolio-overlay a {
	border: 1px solid #FFF;
	background: transparent;
	text-transform: uppercase;
	letter-spacing: 3px;
	display: inline-block;
	padding: 5px;
	margin: 10px auto;
	color: #FFF;
	z-index: 88888;
	position: relative;
	font-size: 12px;
}
.portfolio-box .portfolio-overlay {
	-moz-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-webkit-transform: scale(0, 0);
	transform: scale(0, 0);
}
.portfolio-box:hover .portfolio-overlay {
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}
.view-portfolio {
	padding: 10px 30px;
	display: block;
	color: #0d7cdb;
	border: solid 1px #0d7cdb;
	border-radius: 20px;
	letter-spacing: 1px;
	font-size: 14px;
	width: 300px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	text-decoration: none;
	margin: 3% auto;
}
.webbox {
	height: 250px;
}
.webbox-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	display: inline-block;
	background-position: 0px 0px;
	-webkit-transition: background-position 3.15s ease-in-out;
	-moz-transition: background-position 3.15s ease-in-out;
	-ms-transition: background-position 3.15s ease-in-out;
	-o-transition: background-position 3.15s ease-in-out;
}
.webbox-inner:hover {
	background-position: 0 100%;
}
.webbox-inner:before {
	position: absolute;
	height: 100%;
	width: 100%;
	content: "";
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
}
.webbox-inner:hover:before {
	background: rgba(0, 0, 0,0.1);
}
.website1 {
	background-image: url(../images/web/website1.jpg);
	background-size: 100%;
}
.website2 {
	background-image: url(../images/web/website2.jpg);
	background-size: 100%;
}
.website3 {
	background-image: url(../images/web/website3.jpg);
	background-size: 100%;
}
.website4 {
	background-image: url(../images/web/website4.jpg);
	background-size: 100%;
}
.website5 {
	background-image: url(../images/web/website5.jpg);
	background-size: 100%;
}
.website6 {
	background-image: url(../images/web/website6.jpg);
	background-size: 100%;
}
.website7 {
	background-image: url(../images/web/website7.jpg);
	background-size: 100%;
}
.website8 {
	background-image: url(../images/web/website8.jpg);
	background-size: 100%;
}
.call-actions {
	padding: 0px;
	margin: 0px auto;
}
.call-actions h2 {
	text-align: center;
	color: #000;
	font-size: 18px;
	position: relative;
	line-height: 26px;
	padding: 1% 0px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	letter-spacing: 0px;
	text-transform: capitalize;
}
.arrow-left-3 {
	position: relative;
	top: 55px;
	left: 60px;
	width: 49px;
	height: 31px;
	background: url("../images/left-arrow3.png") no-repeat;
	background-size: contain;
}
.arrow-right-3 {
	position: relative;
	top: -23px;
	right: -91%;
	width: 47px;
	height: 36px;
	background: url("../images/right-arrow-3.png") no-repeat;
	background-size: contain;
}
.online-packages {
	padding: 10px 0px;
	float: left;
	width: 23%;
	margin: 0% 1% 2%;
}
.online-packages img {
	float: left;
	margin: 9px 10px 0px -5px;
}
.online-packages h2 {
	font-size: 12px;
	line-height: 18px;
	font-family: 'Montserrat', sans-serif;
	color: #1c282a;
	background: #fff;
	border-bottom: solid 1px #ccc;
	border-radius: 30px;
	text-transform: capitalize;
	font-weight: 600;
	padding: 10px 0px;
	margin: 10px 0px;
	letter-spacing: 0px;
}
.online-packages h2 span {
	display: block;
	font-size: 12px;
	color: #5c6466;
	font-weight: 400;
}
.online-packages h2 a {
	font-size: 11.6px;
	line-height: 18px;
	font-family: 'Montserrat', sans-serif;
	color: #1c282a !important;
	background: #fff;
	letter-spacing: 0px;
	font-weight: 600 !important;
}
.tabs-bottom-style {
	padding: 10px 0px;
	margin: 0px;
}
.tabs-bottom-style h3 {
	color: #ea0027;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	font-family: 'Montserrat', sans-serif;
}
.tabs-bottom-style h3 i {
	color: #000;
	font-style: normal;
	padding-left: 3px;
}
.tabs-bottom-style h3 a {
	color: #000;
	font-style: normal;
	padding-left: 3px;
}
.tabs-bottom-style img {
	float: left;
	margin: 0px 10px 0px 0px;
}
.owl-sldier {
	border-bottom: solid 1px #eeeeee;
	width: 100%;
	background: #fff;
}
#owl-demo1 .item {
	margin: 10px;
}
#owl-demo1 .item:after {
	background-image: none !important;
}
#owl-demo1 .item:before {
	background-image: none !important;
}
#owl-demo1 .item img {
	display: block;
	max-width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 10px 0px;
}
#owl-demo1 .item:after {
	position: absolute;
	left: 35%;
	top: -5px;
	content: "";
	width: 47px;
	height: 47px;
	z-index: 5;
	background: url(../images/left-arrow.png) right no-repeat;
}
#owl-demo1 .item:before {
	position: absolute;
	right: 39%;
	bottom: 0px;
	content: "";
	width: 47px;
	height: 47px;
	z-index: 5;
	background: url(../images/test-comas-r.png) left no-repeat;
}
/*owl demo 4 css*/
#owl-demo4 .item{
	position:relative;
     margin: 2px;
}

.phone {
	width: 51px;
	height: 55px;
	position: fixed;
	background: #d3063d;
	padding: 10px;
	right: 0px;
	z-index: 9999;
	top: 155px;
	border-radius: 0px;
	transition-property: width;
	transition-duration: 1s;
	-webkit-transition-property: width;
	-webkit-transition-duration: 0.3s;
}
.phone img {
	vertical-align: middle;
	margin-right: 5px;
}
.phone div {
	float: right;
	width: 200px;
	color: #fff;
	font-size: 18px;
	display: none;
}
.phone div span {
	color: #fff;
	font-size: 16px;
	display: block;
}
.phone > span.live-call {
	background-image: url(../images/sprite.png);
	background-position: -53px -791px;
	width: 35px;
	height: 35px;
	display: inline-block;
}
.phone:hover {
	width: 200px;
	display: block;
}
.phone:hover div {
	display: block;
	position: absolute;
	left: 50px;
	top: 0px;
	padding: 5px 5px 3px;
	background-color: #232323;
}
.chate1 {
	width: 51px;
	height: 55px;
	position: fixed;
	z-index: 9999;
	background: #d3063d;
	padding: 10px;
	right: 0px;
	top: 220px;
	border-radius: 0px;
	transition-property: width;
	transition-duration: 1s;
	-webkit-transition-property: width;
	-webkit-transition-duration: 0.3s;
}
.chate1 img {
	vertical-align: middle;
	margin-right: 5px;
}
.chate1 div {
	float: right;
	width: 250px;
	color: #fff;
	font-size: 18px;
	display: none;
}
.chate1 > span.live-chat {
	background-image: url(../images/sprite.png);
	background-position: -5px -963px;
	width: 35px;
	height: 35px;
	display: inline-block;
}
.chate1 div span {
	color: #fff;
	font-size: 16px;
	display: block;
}
.chate1:hover {
	width: 250px;
	display: block;
}
.chate1:hover div {
	display: block;
	position: absolute;
	left: 50px;
	top: 0px;
	padding: 5px 5px 3px;
	background-color: #232323;
}
.mask {
	display: none;
	background: rgba(0,0,0,0.9);
	position: fixed;
	left: 0;
	top: 0;
	opacity: 0.8;
	z-index: 9999;
	width: 100%;
	height: 100%;
}
.slide-out-div {
	padding: 5px 10px;
	width: 580px;
	min-height: 344px;
	background: #232323;
	box-sizing: border-box;
	z-index: 99999;
}
.slide-out-div h2 {
	font-size: 32px;
	color: #00f6ff;
	font-family: 'Montserrat', sans-serif;
	padding: 1% 0px;
	text-align: left;
	text-transform: uppercase;
}
.slide-out-div h2 span {
	font-size: 14px;
	color: #ffd200;
	display: block;
	padding-top: 1%;
}
.hform {
	width: 60%;
	margin: 0px auto;
	display: block;
}
.input1 {
	border-radius: 0px;
	border: #c05602 solid 1px;
	margin: 1% -15px;
	padding-left: 40px;
	-webkit-appearance: initial;
}
.input2 {
	width: 96%;
	margin: 1.5% 0px 0px -4%;
	border-radius: 0px;
	border: #c05602 solid 1px;
}
.drop1 {
	margin-top: 20%;
}
.drop2 {
	border-radius: 0px;
	margin: 1% -15px;
	border: #c05602 solid 1px;
}
.textarea1 {
	border-radius: 0px;
	margin: 1% -15px 2%;
	height: 80px !important;
	resize: none;
	border: #c05602 solid 1px;
}
.side-p {
	float: left;
	font-size: 12px;
	line-height: 14px;
	color: #fff;
	padding: 15px 0px;
}
.submit1 {
	font-size: 14px;
	background-color: #fff200 !important;
	border-color: #fff200 !important;
	color: #000;
	font-family: 'Montserrat', sans-serif;
	border: none;
	padding: 10px 12px;
	border-radius: 4px;
	margin: 5px 15px;
	float: right;
	text-transform: uppercase;
}
.submit1:hover {
	background-color: #fff200 !important;
	border-color: #fff200 !important;
	color: #000;
}
.in-n {
	background-image: url(../images/sprite.png);
	background-position: -52px -862px;
	background-repeat: no-repeat;
}
.in-e {
	background-image: url(../images/sprite.png);
	background-position: -48px -899px;
	background-repeat: no-repeat;
}
.in-c {
	background-image: url(../images/sprite.png);
	background-position: -47px -936px;
	background-repeat: no-repeat;
}
.in-c {
	background-image: url(../images/sprite.png);
	background-position: -47px -936px;
	background-repeat: no-repeat;
}
.in-co {
	background: url(../images/s3.png) left no-repeat #fff;
}
.sod-input-3 {
	background-image: url(../images/sprite.png);
	background-position: -5px -926px;
	background-repeat: no-repeat;
}
.slider {
	width: 100%;
	margin: 0px auto;
}
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
	outline: none;
}
.slides, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.flexslider {
	margin: 0;
	padding: 0;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}
.flexslider .slides img {
	width: 100%;
	display: block;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}
.no-js .slides > li:first-child {
	display: block;
}
.flexslider {
	margin: 0px;
	background: #fff;
	position: relative;
	zoom: 1;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}
.loading .flex-viewport {
	max-height: 300px;
}
.flexslider .slides {
	zoom: 1;
}
#carousel li {
	margin-right: 5px
}
.flex-direction-nav {
*height:0;
}
.flex-direction-nav a {
	width: 24px;
	height: 48px;
	margin: 0px;
	display: block;
	background: url(../images/bg-direction.png) no-repeat 0 0;
	position: absolute;
	top: 44%;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 0;
	-webkit-transition: all .3s ease;
}
.flex-direction-nav .flex-next {
	background-position: 100% 0;
	right: 5%;
}
.flex-direction-nav .flex-prev {
	left: 5%;
}
.flexslider:hover .flex-next {
	opacity: 0.8;
	right: 5px;
}
.flexslider:hover .flex-prev {
	opacity: 0.8;
	left: 5px;
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1;
}
.flex-direction-nav .flex-disabled {
	opacity: .3!important;
	filter: alpha(opacity=30);
	cursor: default;
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 0px;
	display: none;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
*display:inline;
}
.flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	border: #fff solid 1px;
}
.flex-control-paging li a:hover {
	background: #b00010;
	border: #b00010 solid 1px;
}
.flex-control-paging li a.flex-active {
	background: #b00010;
	border: #b00010 solid 1px;
	cursor: default;
}
.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}
.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}
.flex-control-thumbs img {
	width: 100%;
	display: block;
	opacity: .7;
	cursor: pointer;
}
.flex-control-thumbs img:hover {
	opacity: 1;
}
.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}

@media screen and (max-width:860px) {
.flex-direction-nav .flex-prev {
	opacity: 1;
	left: 0;
}
.flex-direction-nav .flex-next {
	opacity: 1;
	right: 0;
}
}
.flex-caption {
	width: 96%;
	padding: 2%;
	font-family: 'shelley_andante_scriptregular';
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
	font-size: 53px;
	line-height: 26px;
	margin-bottom: 160px;
}
.flex-caption span {
	display: block;
	padding-top: 10px;
	font-family: 'open_sansregular';
	color: #fff;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
	font-size: 15px;
	line-height: 17px;
}
#blog-landing {
	margin-top: 30px;
	position: relative;
	max-width: 100%;
}
.white-panel {
	position: absolute;
	background: white;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	padding: 20px;
	border-radius: 5px;
}
.white-panel .c1 {
	border: none !important;
}
.white-panel .c2 {
	border: none;
}
.white-panel .c3 {
	border: none;
}
.white-panel .c4 {
	border: none;
}
.white-panel .c5 {
	border: none;
}
.white-panel img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.white-panel h1 {
	font-size: 15px;
	padding: 10px;
	font-weight: 600;
	color: #F00;
	font-family: 'Montserrat', sans-serif;
	line-height: 18px;
}
.white-panel h1 a {
	color: #A92733;
}
.white-panel ul {
	display: block;
	padding: 10px;
	margin: 0px;
}
.white-panel ul li {
	list-style: none;
	float: none;
	display: block;
	padding: 3px 18px;
	color: #333;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 13px;
	background: url(../images/banner-arrow.png) left no-repeat;
	line-height: 15px;
}
.white-panel p {
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
	line-height: 16px;
	color: #333333;
	font-weight: 400;
	padding: 10px;
}
.white-panel:hover {
	box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
	margin-top: -5px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.cricle-area-main {
	display: block;
	position: relative;
	padding: 100px 0px;
	margin: 150px 0px;
}
.cricle-area-main-led {
	display: block;
	margin: 0px auto;
	position: relative;
}
.cricle-area-main-led img {
	display: block;
	margin: 0px auto;
	max-width: 100%;
}
.cricle-area-main span {
	position: absolute;
	z-index: 77;
	width: 240px;
}
.cricle-area-main span:nth-child(2) {
	left: 120px;
	top: -120px;
}
.cricle-area-main span:nth-child(3) {
	left: 450px;
	top: -120px;
}
.cricle-area-main span:nth-child(4) {
	left: 772px;
	top: -120px;
}
.cricle-area-main span:nth-child(5) {
	left: -10px;
	top: 135px;
}
.cricle-area-main span:nth-child(6) {
	right: -10px;
	top: 135px;
}
.cricle-area-main span:nth-child(7) {
	left: 120px;
	bottom: -120px;
}
.cricle-area-main span:nth-child(8) {
	left: 450px;
	bottom: -120px;
}
.cricle-area-main span:nth-child(9) {
	right: 120px;
	bottom: -120px;
}
.cricle-area-main span h2 {
	display: block;
	text-align: center;
	padding: 5px 0px;
	margin: 0px;
	font-size: 14px;
	color: #000;
}
.cricle-area-main span p {
	display: block;
	text-align: center;
	padding: 5px 0px;
	margin: 0px;
	font-size: 12px;
	color: #000;
}
.cricle-area-main span img {
	display: block;
	margin: 10px auto;
	max-width: 100%;
}
.circle-txt-area {
	position: absolute;
	top: 25%;
	left: 0px;
	z-index: 77;
	content: "";
	max-width: 500px;
	text-align: center;
	margin: 0px auto;
	display: block;
	right: 0px;
}
.circle-txt-area h3 {
	font-size: 20px;
	line-height: 24px;
	color: #ed1c24;
	font-weight: 700;
	padding: 20px 0px;
	text-align: center;
}
.circle-txt-area p {
	font-size: 13px;
	line-height: 16px;
	color: #878686;
	font-weight: 700;
	padding: 10px 30px;
	text-align: center;
}
.circle-txt-box {
	display: block;
	margin: 0px auto;
}
.circle-txt {
	color: #333333;
	max-width: 300px;
	text-align: center;
	margin: 10px auto;
	display: block;
	padding: 5px;
	border: solid 1px #ce00ce;
}
.cir-img {
	float: right;
	margin: -43px 100px !important;
}
.anim-image:hover {
	-webkit-transition: all 1s ease;
	-webkit-filter: grayscale(0);
}
.anim-image {
	-webkit-transition: all 1s ease;
	margin: 0.5% 0px;
	-webkit-filter: grayscale(1);
}
.cricle-area-main-2 {
	display: block;
	position: relative;
	padding: 15px 0px;
	margin: 0px;
}
.cricle-area-main-led-2 {
	display: block;
	margin: 0px auto;
	position: relative;
}
.cricle-area-main-led-2 img {
	display: block;
	margin: 0px auto;
	max-width: 100%;
}
.cricle-area-main-2 span {
	position: absolute;
	z-index: 77;
	width: 190px;
}
.cricle-area-main-2 span:nth-child(2) {
	left: 350px;
	top: 160px;
}
.cricle-area-main-2 span:nth-child(3) {
	left: 650px;
	top: 155px;
}
.cricle-area-main-2 span:nth-child(4) {
	left: 240px;
	top: 450px;
}
.cricle-area-main-2 span:nth-child(5) {
	right: 190px;
	top: 445px;
}
.cricle-area-main-2 span:nth-child(6) {
	right: 445px;
	bottom: 85px;
}
.cricle-area-main-2 span:nth-child(2) h2 {
	display: block;
	text-align: left;
	padding: 5px 15px;
	margin: 0px;
	font-weight: 800;
	font-size: 20px;
	color: #ce00ce;
	font-family: 'Raleway', sans-serif;
}
.cricle-area-main-2 span:nth-child(2) p {
	display: block;
	text-align: left;
	padding: 5px 0px;
	margin: 0px;
	font-size: 10px;
	color: #000;
}
.cricle-area-main-2 span:nth-child(3) h2 {
	display: block;
	text-align: left;
	padding: 5px 15px;
	margin: 0px;
	font-weight: 800;
	font-size: 20px;
	color: #fb9600;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
}
.cricle-area-main-2 span:nth-child(3) p {
	display: block;
	text-align: left;
	padding: 5px 0px;
	margin: 0px;
	font-size: 10px;
	color: #000;
}
.cricle-area-main-2 span:nth-child(4) h2 {
	display: block;
	text-align: left;
	padding: 5px 15px;
	margin: 0px;
	font-weight: 800;
	font-size: 20px;
	text-transform: uppercase;
	color: #002262;
	font-family: 'Raleway', sans-serif;
}
.cricle-area-main-2 span:nth-child(4) p {
	display: block;
	text-align: left;
	padding: 5px 0px;
	margin: 0px;
	font-size: 10px;
	color: #000;
}
.cricle-area-main-2 span:nth-child(5) h2 {
	display: block;
	text-align: left;
	padding: 5px 15px;
	margin: 0px;
	font-weight: 800;
	font-size: 20px;
	color: #b70d04;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
}
.cricle-area-main-2 span:nth-child(5) p {
	display: block;
	text-align: left;
	padding: 5px 0px;
	margin: 0px;
	font-size: 10px;
	color: #000;
}
.cricle-area-main-2 span:nth-child(6) h2 {
	display: block;
	text-align: left;
	padding: 5px 15px;
	margin: 0px;
	font-weight: 800;
	font-size: 20px;
	text-transform: uppercase;
	color: #00c108;
	font-family: 'Raleway', sans-serif;
}
.cricle-area-main-2 span:nth-child(6) p {
	display: block;
	text-align: left;
	padding: 5px 0px;
	margin: 0px;
	font-size: 10px;
	color: #000;
}
.contact-space {
	padding: 90px 0px;
	overflow: hidden; 
}
.contact-space h2 {
	font-size: 44px;
	line-height: 46px;
	color: #fff;
	padding: 15px 0px 30px;
	font-family: 'Raleway', sans-serif;
	font-weight: 100;
	text-transform: uppercase;
	text-align: center;
}
.contact-space span {
    text-align: center;
    position: relative;
    color: #fff;
    font-size: 32px;
    display: block;
    line-height: 36px;
    padding: 1% 0px 3.5%;
    border-bottom: #ccc solid 1px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-transform: capitalize;
}
.contact-space:after {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -15px;
    margin: 0px auto;
    content: "";
    width: 53px;
    height: 35px;
    background-image: url(../images/sprite.png);
    background-position: -5px -589px;

    display: none;
}
.contact-space h3 {
	padding: 10px 0px;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	line-height: 22px;
	font-weight: 700;
}
.contact-space p {
	padding: 10px 0px;
	color: #fff !important;
	text-align:left !important;
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	line-height:20px;
	font-weight: 300;
}
.cont-a {
	padding: 10px 0px;
	color: #fff;
	float: left;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
}
.cont-a:hover {
	color:#DCF4FB;
}
.social-iconss {
	display: block;
	padding: 10px 0px;
}
.social-iconss a {
	float: left;
	padding: 5px;
}
.in1:nth-child(1) {
	background: url(../images/name.png) left no-repeat #fff;
}
.in1 {
	border-radius: 2px;
	margin-bottom: 15px;
	height: 50px;
	padding-left: 35px;
}
.in1:nth-child(2) {
	background: url(../images/email-1.png) left no-repeat #fff;
}
.in1 {
	border-radius: 2px;
	margin-bottom: 15px;
	height: 50px;
	padding-left: 35px;
}
.in1:nth-child(3) {
	background: url(../images/cell.png) left no-repeat #fff;
}
.in1 {
	border-radius: 2px;
	margin-bottom: 15px;
	height: 50px;
	padding-left: 35px;
}
.tex1 {
	border-radius: 2px;
	margin-bottom: 15px;
	height: 130px !important;
	padding-left: 35px;
	resize: none;
	background: url(../images/message.png) 5px 5px no-repeat #fff;
}
.conbtn {
	background-color: #cc181e;
	display: block;
	width: 100%;
	padding: 15px 0px;
	border-radius: 2px;
	margin-bottom: 15px;
}
.video-portfolio-box {
	display: block;
	overflow: hidden;
	position: relative;
	margin: 0px;
	padding: 0px;
	background-color: #000;
}
.video-style {
	width: 100%;
	height: 300px;
}
.video-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.txt-boxx {
	border: solid 1px #A8A0A0;
	margin: 1% 0px;
	border-radius: 0px;
	width: 100%;
	height: 40px;
	font-size: 13px;
	color: #0d90db;
	display: block;
	margin: 1% auto;
	border: none;
}
#popup-3 {
	position:absolute;
	position:fixed;
	display:none;
	bottom:0px;
	left:0px;
    z-index: 999999;
    width:100%;
    padding: 0px;
	background:url(../images/earlier-c-back.jpg) center top no-repeat;
}
#close-3 {
	position: relative;
    top: 0px;
    right: 0px;
    padding: 5px;
    color: #333333;
    font-size: 18px;
    left: -14px;
    float: right;
    font-weight: 700;
}
.btn-col{
padding-left:17%;
}
.b-btn{
    margin:3% 1% 0px;
    float: left;
    border-radius: 8px;
    border:solid 2px #fff;
    color: #fff;
    background-color: #363636;
    font-size: 14px;
    font-weight:600;
    padding:7px 20px;
    text-transform: uppercase;
}
.b-btn:hover{
color:#fff !important;
}
.b-img{
padding:0px;
max-width: 500px;
}

.mask-2 {
	display: none;
	background: #000;
	position: fixed;
	left: 0;
	top: 0;
	opacity: 0.8;
	z-index: 7777;
	width: 100%;
	height: 100%;
}
.popup-2 {
	position: fixed;
	display: none;
	top: 250px;
	border-radius: 10px;
	background: rgba(0,0,0,1.00) scroll 0 0 no-repeat;
	left: 0px;
	right: 0px;
	margin: 0px auto;
	width: 500px;
	z-index: 9999999;
}
.close1 {
	position: absolute;
	right: 5px;
	top: 5px;
	text-decoration: none;
	color: #fff !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}
.popup-2 h2 {
	font-size: 20px;
	color: #fff;
	border-radius: 10px 10px 0px 0px;
	text-transform: capitalize;
	text-align: center;
	background: #bf0000;
	font-weight: 400;
	padding: 15px 0px;
	margin: 0px 0px 2% 0px;
}
.popup-2 h3 {
	font-size: 20px;
	font-weight: 300;
	color: #555;
	text-align: center;
	padding: 15px 0px;
}
.popup-2 input {
	margin-bottom: 4%;
}
.popup-2 textarea {
	margin-bottom: 4%;
	height: 120px !important;
	resize: none;
}
.popup-submit {
	background-color: #bf0000 !important;
	color: #fff;
	display: block;
	background-image: none !important;
	clear: both;
	cursor: pointer;
	margin: 10px auto;
	border: none;
	text-transform: uppercase;
	padding: 10px 0px;
	border-radius: 2px;
	font-size: 16px;
	width: 94%;
}
.aboutus {
	padding: 70px 0px 0px;
}
.aboutus h1 {
	color: #fff;
	font-weight: 700;
	font-size: 26px;
	font-family: 'Raleway', sans-serif;
	line-height: 30px;
	padding: 10px 0px;
}
.aboutus h1 span {
	color: #fff;
	font-weight: 300;
	font-size: 17px;
	line-height: 21px;
	text-transform: capitalize;
	font-family: 'Montserrat', sans-serif;
	padding-top: 15px;
	display: block;
}
.aboutus-box {
	padding: 10px 0px;
	margin: 2% 0px;
}
.aboutus-box h3 {
	color: #243338;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	font-family: 'Montserrat', sans-serif;
	padding: 10px 0px;
}
.aboutus-box p {
	color: #5e7e99;
	font-weight: 400;
	font-size: 13px;
	text-align: left;
	text-transform: inherit;
	line-height: 18px;
	font-family: 'Montserrat', sans-serif;
	padding: 5px 0px;
}
.aboutus-box img {
	float: left;
	margin: 0px 15px 0px 0px;
	padding-bottom: 45px;
}
.center-btn {
	text-align: center;
	display: block;
	clear: both;
	margin: 2% 0px;
}
.center-btn a {
	float: none;
	text-align: center;
	background: #35B7F7;
	color: #fff;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	padding: 10px 40px;
	border-radius: 95px;
	font-size: 20px;
	margin: 2% 1%;
}
.site-map {
	margin: 3% auto;
	display: block;
}
.site-map h1 {
	padding: 15px;
	text-align: left;
	font-size: 25px;
	line-height: 28px;
	color: #1dc1ff;
	text-transform: uppercase;
	font-weight: 400;
}
.site-map ul {
	margin-bottom: 20px;
	padding: 20px 0px;
	border-bottom: solid 1px #ccc;
	margin: 0px;
}
.site-map ul li {
	float: none;
	display: block;
	margin: 0px;
	list-style: none;
	padding: 3px 0px;
}
.site-map ul li h2 {
	display: block;
	font-size: 13px;
	line-height: 15px;
	color: #ed1412;
	text-transform: uppercase;
	font-weight: 400;
	padding: 5px 0px;
}
.site-map ul li a {
	display: block;
	font-size: 12px;
	line-height: 15px;
	color: #757575;
	text-decoration: underline;
	font-weight: 400;
}
.blue-wraper {
    background: #000632;
    background-size: cover;
    width: 100%;
    height: 650px;
    padding: 40px 0px;
    margin: 0px;
}
.bgcol3 {
    background: #ebf5ff;
    padding: 30px 0px 50px;
}
.blue-wraper h2 {
	color: #eb305c;
    font-weight: 800;
    font-size: 36px;
    line-height: 36px;
    border-bottom: solid 1px #00237b;
    font-family: 'Poppins', sans-serif;
    padding: 10px 0px;
    margin-bottom: 10px;
}
.blue-wraper h2 i {
	font-style: normal;
	font-weight: 500;
	color: #fff;
}
.blue-wraper ul {
	display: block;
	padding: 0px 25px;
	margin: 0px;
}
.blue-wraper ul li {
	float: none;
	display: block;
	padding: 5px 25px;
	color: #c2c5da;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	line-height: 15px;
	font-weight: 300;
	background: url(../images/bullet2.png) left no-repeat;
}
.blue-wraper h3 {
	padding: 15px 25px;
	color: #fff;
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	background: url(../images/green-bullet.png) left no-repeat !important;
	font-family: 'Raleway', sans-serif;
}
.bump-right {
	margin: 0px;
	display: block;
}
.bump-right img {
	display: block;
	padding: 10px 0px;
	margin: 0px auto;
}
.bump-right h4 {
	color: #fff;
	font-size: 13px;
	line-height: 17px;
	text-align: center;
	font-weight: 400;
}
.bump-right h5 {
	color: #ffb400;
	font-size: 61px;
	line-height: 64px;
	font-weight: 800;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	padding: 0px;
}
.bump-right h5 i {
	font-style: normal;
	font-weight: 800;
	color: #3548cb;
	font-size: 28px;
	text-decoration: line-through;
}
.bump-right h6 {
	color: #2aff00;
	font-size: 17px;
	line-height: 21px;
	font-weight: 400;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	padding: 5px 0px;
}
.bump-btn {
	display: block;
	margin: 1% 0px;
	border-radius: 5px;
	padding: 10px 25px;
	letter-spacing: 1px;
	font-size: 20px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	border: none;
	font-family: 'Raleway', sans-serif;
    background: #eb305c;
    text-align: center;
    background: #eb305c;
}
.bump-btn:hover {
	color: #fff;
}
.progress-area {
	padding: 10px 0px;
}
.progress-area h3 {
	font-size: 24px;
	line-height: 28px;
	color: #243338;
	font-weight: 400;
	padding: 10px 0px 5px;
	text-align: left;
}
.progress-area p {
	font-size: 14px;
	line-height: 22px;
	color: #687478;
	font-weight: 400;
	padding: 0px 0px;
	text-align: left;
	margin: 0px;
}
.progress-area img {
	margin: 10% 0px;
	display: block;
}
.progress-area ul {
	padding: 0px;
	margin: 3% 0px;
}
.process-box {
	padding: 10px 0px;
	margin-bottom: 25px;
}
.process-box img {
	display: block;
	margin: 0px auto;
	padding: 10px 0px;
}
.process-box h2 {
	font-size: 20px;
	line-height: 24px;
	color: #000;;
	font-weight: 500;
	padding: 10px 0px;
	text-align: center;
}
.process-box p {
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    font-weight: 400;
    padding: 10px 51px;
    text-align: center;
}
.custfont h2 {
    font-weight: 700;
    font-size: 36px;
    text-transform: uppercase;
}
.bg {
    padding: 30px 0px;
    background-color: #ecf6ff;
}
.bgcol {
    background-color: #f7f8f8;
    padding: 20px 0px 50px;
}
.bg .custfont {
    padding-bottom: 80px;
}
.imgcen {
    height: 110px;
    display: table;
    margin: 0 auto;
}
.imgcenin {
    display: table-cell;
    vertical-align: middle;
}
.center-buttons {
	display: block;
	margin: 0px auto;
	text-align: center;
}
.center-buttons i {
	font-style: normal;
	text-align: center;
	font-size: 15px;
	color: #3f4a57;
	font-weight: 400;
	padding: 10px 0px;
}
.bookcall-btn {
	display: inline-block;
	text-align: center;
	font-size: 12px;
	color: #fff;
	background: url(../images/cellphone.png) 34px 11px no-repeat #3f4a57;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-radius: 30px;
	padding: 10px;
	width: 200px;
	position: relative;
	margin: 2% 1%;
}
.bookcall-btn:before {
	border-bottom: solid 1px #ccc;
	position: absolute;
	top: 18px;
	left: -165%;
	right: 0px;
	content: "";
	z-index: 999999;
	width: 330px;
}
.bookcall-btn-2 {
	position: relative;
}
.bookcall-btn-2:before {
	border-bottom: solid 1px #ccc;
	position: absolute;
	top: 18px;
	left: -113%;
	right: 0px;
	content: "";
	z-index: 999999;
	width: 225px;
}
.viewportfolio-btn {
	display: inline-block;
	text-align: center;
	font-size: 12px;
	color: #333333;
	background: #fff;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-radius: 30px;
	padding: 10px;
	width: 235px;
	margin: 2% 1%;
}
.viewportfolio-btn:hover {
	color: #333;
}
.bookcall-btn:hover {
	color: #fff;
}
.discusion-btn {
	display: inline-block;
	text-align: center;
	font-size: 12px;
	color: #3f4a57;
	background: url(../images/icon-chat.png) 22px 11px no-repeat #d7dde3;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-radius: 50px;
	padding: 10px 10px 10px 30px;
	width: 200px;
	margin: 2% 1%;
	position: relative;
}
.discusion-btn:after {
	border-bottom: solid 1px #ccc;
	position: absolute;
	top: 18px;
	left: 100%;
	right: 0px;
	content: "";
	z-index: 999999;
	width: 330px;
}
.discusion-btn-2 {
	position: relative;
}
.discusion-btn-2:after {
	border-bottom: solid 1px #ccc;
	position: absolute;
	top: 18px;
	left: 100%;
	right: 0px;
	content: "";
	z-index: 999999;
	width: 225px;
}
.discusion-btn:hover {
	color: #3f4a57;
}
.red-callactions {
	padding: 20px 0px;
	margin: 2% auto 0px;
}
.red-callactions img {
	float: left;
	margin-right: 20px;
}
.red-callactions h3 {
	color: #243338;
	font-weight: 600;
	font-size: 13px;
	line-height: 15px;
}
.red-callactions h3 span {
	color: #5c6466;
	display: block;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
}
.red-callactions h3 a {
	color: #243338;
	display: block;
	font-weight: 600;
	font-size: 12px;
	line-height: 15px;
}
.number-box{
	padding:20px 0px;
}
.number-box h2{
	font-size:45px;
	line-height:47px;
	color:#ea0027;
	float:left;
	padding:5px 0px;
	font-weight:400;
	margin:0px;
	background:url(../images/border-sep2.png) right no-repeat;
}
.number-box  p{
	margin:15px 20px;
	float:left;
	font-size:14px;
	line-height:18px;
	color:#243338;
	font-weight:600;
	text-transform:uppercase;
}
/*.industries-section {
	width: 100%;
	overflow: hidden;
}
.industries-section .container {
	position: relative;
	width: 100%;
	min-height: 451px;
	padding: 0px;
	background: url(../images/industry-bg.png) no-repeat bottom center;
	background-size: cover;
}
.industries-section .animated-polls {
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.industries-section .animated-polls ul {
	display: block;
}
.industries-section .animated-polls ul li {
	float: left;
	margin: 0px;
	list-style: none;
}
.industries-section .animated-polls ul li:nth-child(1) {
	position: absolute;
	left: 82px;
	border-left: #7ebae3 solid 5px;
	bottom: 218px;
	min-height: 140px;
}
.industries-section .animated-polls ul li:nth-child(2) {
	position: absolute;
	left: 292px;
	border-left: #7ebae3 solid 5px;
	bottom: 169px;
	min-height: 140px;
}
.industries-section .animated-polls ul li:nth-child(3) {
	position: absolute;
	left: 472px;
	border-left: #7ebae3 solid 5px;
	bottom: 166px;
	min-height: 140px;
}
.industries-section .animated-polls ul li:nth-child(4) {
	position: absolute;
	left: 670px;
	border-left: #7ebae3 solid 5px;
	bottom: 182px;
	min-height: 140px;
}
.industries-section .animated-polls ul li:nth-child(5) {
	position: absolute;
	position: absolute;
	left: 876px;
	border-left: #7ebae3 solid 5px;
	bottom: 189px;
	min-height: 140px;
}
.industries-section .animated-polls ul li:nth-child(6) {
	position: absolute;
	left: 1097px;
	border-left: #7ebae3 solid 5px;
	bottom: 192px;
	min-height: 140px;
}
.industries-section .animated-polls ul li:nth-child(7) {
	position: absolute;
	left: 1301px;
	border-left: #7ebae3 solid 5px;
	bottom: 214px;
	min-height: 140px;
}
.industries-section .animated-polls ul li:nth-child(8) {
	position: absolute;
	left: 1427px;
	border-left: #7ebae3 solid 5px;
	bottom: 113px;
	min-height: 140px;
}
.industries-section .animated-polls ul li i {
	background-color: red;
	position: absolute;
	left: -11px;
	background-color: red;
	border-radius: 15px;
	width: 18px;
	height: 18px;
	display: block;
}
.industries-section .animated-polls ul li a {
	position: absolute;
	bottom: 150px;
	left: -51px;
	width: 100px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #003;
}*/

section.facts-and-figures {
	width: 100%;
	display: block;
	background: #000;
	padding-top: 20px;
	padding-bottom: 50px;
	position: relative;
}
section.facts-and-figures ul {
	width: 100%;
	float: left;
}
section.facts-and-figures ul li {
	width: 33.3%;
	float: left;
	position: relative;
	padding-left: 0px;
	list-style: none;
}
.demo {
	color: #ea0027;
	font-size: 45px;
	font-family: 'Montserrat', sans-serif;
	width: 50%;
	float: left;
	font-weight: 300;
}
section.facts-and-figures ul li.last h5 {
	position: absolute;
	left: 180px;
}
section.facts-and-figures ul li h5 {
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	color: #ccc;
	text-transform: uppercase;
	margin-top: 70px;
	margin-left: -30px;
	float: right;
	width: 50%;
	font-weight: 500;
	position: absolute;
	;
	left: 180px;
}
section.facts-and-figures ul li+li h5 {
	width: 50%;
	float: right;
	position: absolute;
	right: 30px;
}
section.facts-and-figures ul li+li+li h5 {
	right: -340px;
}
img.slash {
	position: absolute;
	left: 286px;
	top: 30px;
	width: 49px;
}
img.slash2 {
	position: absolute;
	left: 662px;
	top: 30px;
	width: 49px;
}
img.slash3 {
	position: absolute;
	left: 1015px;
	top: 30px;
	width: 49px;
}
.brands-images {
	display: block;
	padding: 20px 0px;
}
.brands-images-div {
float: left;
    width: 24%;
    margin: 1% 0.5%;
}
.brands-images-div img {
	display: block;
	cursor: pointer;
	margin: 0px auto;
	    max-width: 100%;
    width: auto;
}
.pdt {
    padding-top: 12px;
}
.pdt2 {
    padding-top: 12px;
}
.bgcol2 {
    background-color: #f9fcff;
    padding-top: 30px;
}
.wbm {
	max-width: 126px;
	height: 96px;
}
.nda {
	padding-right: 20px;
}
.dda {
	padding-top: 10px;
}
.dcs {
	padding-left: 20px;
}
.des {
	margin-top: -5px;
}
.white-back {
	background: url(../images/white-background.png) center no-repeat;
	padding: 10px 0px;
	display: block;
	margin: 15px auto 0px;
	max-width: 1200px;
}
.w-box-1 {
	float: left;
	width: 40%;
	padding: 0px 20px;
}
.w-box-2 {
	float: left;
	width: 20%;
}
.white-back h2 {
	font-size: 12px;
	line-height: 18px;
	font-family: 'Montserrat', sans-serif;
	color: #1c282a;
	text-transform: uppercase;
	font-weight: 600;
	padding: 10px 0px;
	margin: 10px -26px;
}
.white-back h3 {
	font-size: 13px;
	line-height: 16px;
	font-family: 'Montserrat', sans-serif;
	color: #3f4a57;
	font-weight: 500;
	padding: 20px 45px;
	margin: 10px 0px;
	background: url(../images/red-aroow.png) 77% 24px no-repeat;
}
.white-back h2 span {
	display: block;
	font-size: 12px;
	font-weight: 400;
}
.white-back h2 a {
	color: #243338;
	display: block;
	font-weight: 600;
	font-size: 12px;
	line-height: 15px;
}
.modal {
	background-color: rgba(0, 0, 0, 0.4);
	display: none;
	height: 100%;
	left: 0;
	overflow: auto;
	padding-top: 100px;
	position: fixed;
	top: 110px;
}
.modal-content {
	background: #c5c14f none repeat scroll 0 0;
	border: 1px solid #888;
	margin: auto;
	padding: 20px;
	width: 40%;
}
.close {
	float: right;
	font-size: 28px;
	font-weight: bold;
}
.close:hover, .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
.modal-content h3 {
	color: #005fed;
	text-align: center;
}
.modal-content h2 {
	color: #D93A35;
	text-align: center;
}
.ordernowmodal .modal-header {
	border: 0 none;
}
.ordernowmodal .modal-content.bg-form {
	background: rgba(26, 29, 49, 0.95) none repeat scroll 0 0;
	text-align: center;
	width: 100%;
}
.ordernowmodal .bg-form .close {
	color: #fff;
	font-size: 50px;
}
.ordernowmodal .bg-form .modal-body {
	padding: 0 20px;
	position: relative;
	width: 100%;
}
.ordernowmodal p.lead.orange {
	margin-bottom: 0;
	font-size: 30px;
	font-weight: bold;
	color: #ffd100;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	border-bottom: #00bff3 solid 1px;
	padding-bottom: 10px;
}
.btn-validate {
	background-color: #d3063d;
	border: #d3063d solid 1px;
	color: #fff;
	display: block;
	float: none;
	width: 100%;
	margin: 0px;
	padding: 10px 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
}
.btn-validate:hover {
	background-color: #d3063d;
	border: #d3063d solid 1px;
	color: #fff;
}
.ordernowmodal .contact-form {
	text-align: center;
	width: 100%;
}
.ordernowmodal .form-horizontal .form-group {
	margin-right: 0;
	margin-left: 0;
}
.modal-header .close {
	margin-top: -30px;
	margin-right: -20px;
}
.modal {
	top: 0;
}
.callback {
	cursor: pointer;
}
.tab-pane iframe {
	border: 0;
}
.ser-icon {
	display: inline-block;
	background-image: url(../images/sprite.png);
	float: left;
	margin-right: 15px;
}
.ser-icon.ser-icon1 {
	background-position: -5px -629px;
	width: 53px;
	height: 53px;
}
.ser-icon.ser-icon2 {
	background-position: -5px -833px;
	width: 42px;
	height: 50px;
}
.ser-icon.ser-icon3 {
	background-position: -5px -380px;
	width: 80px;
	height: 62px;
}
.ser-icon.ser-icon4 {
	background-position: -5px -447px;
	width: 61px;
	height: 57px;
}
.footer-cta {
	display: inline-block;
	background-image: url(../images/sprite.png);
	float: left;
	margin-right: 15px;
}
.footer-cta.phone1 {
	background-position: -65px -555px;
	width: 20px;
	height: 38px;
}
.footer-cta.phone2 {
	background-position: -71px -447px;
	width: 17px;
	height: 39px;
}
.footer-cta.chat {
	background-position: -5px -888px;
	width: 38px;
	height: 33px;
}
.footer-cta.email {
	background-position: -52px -833px;
	width: 37px;
	height: 24px;
}
.video-portfolio-box img {
	margin:0px;
}
.social-icon {
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
	display: inline-block;
	margin-right: 5px;
}
.social-icon.icon-facebook {
	background-position: -57px -745px;
	width: 30px;
	height: 29px;
}
.social-icon.icon-googleplus {
	background-position: -40px -1043px;
	width: 30px;
	height: 29px;
}
.social-icon.icon-behance {
	background-position: -45px -973px;
	width: 30px;
	height: 30px;
}
.social-icon.icon-youtube {
	background-position: -5px -1038px;
	width: 30px;
	height: 30px;
}
.social-icon.icon-linkedin {
	background-position: -5px -1073px;
	width: 30px;
	height: 29px;
}
.social-icon.icon-dribble {
	background-position: -5px -1003px;
	width: 30px;
	height: 30px;
}
.social-icon.icon-pinterest {
	background-position: -40px -1008px;
	width: 30px;
	height: 30px;
}

.portfolio-block{
	margin:4% 0px;
}
.pic{
  display:none;
  margin:0px 0px;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
}
.pic:after {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	content: " ";
	position: absolute;
}
.pic:hover:after {
	background: rgba(0,0,0,0.7);
}
.pic:after, 
.pic:hover:after {
	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.pic img {
	width: 100%;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.pic:hover img {
	-transform: scale(1.4) rotate(5deg);
	-o-transform: scale(1.4) rotate(5deg);
	-moz-transform: scale(1.4) rotate(5deg);
	-webkit-transform: scale(1.4) rotate(5deg);
}

.btn_showmore{
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
	display:block;
	text-align:center;
	text-decoration:none;
    background: #ff6000;
    background: -moz-linear-gradient(top, #ff6000 0%, #ff1d00 100%);
    background: -webkit-linear-gradient(top, #ff6000 0%,#ff1d00 100%);
    background: linear-gradient(to bottom, #ff6000 0%,#ff1d00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6000', endColorstr='#ff1d00',GradientType=0 );
    padding: 12px 35px;
	max-width:210px;
    border-radius: 6px;
	text-decoration:none;
	margin:3% auto 0px;	
   -webkit-box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.4);
   -moz-box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.4);
   box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.4);
}
.btn_showmore:hover {
	color:#fff;
	text-decoration:none;
	background: #ff1d00; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff1d00 0%, #ff6100 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ff1d00 0%,#ff6100 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ff1d00 0%,#ff6100 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1d00', endColorstr='#ff6100',GradientType=0 ); /* IE6-9 */
}



.pic2{
  display:none;
  margin:0px 0px;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
}
.pic2:after {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	content: " ";
	position: absolute;
}
.pic2:hover:after {
	background: rgba(0,0,0,0.7);
}
.pic2:after, 
.pic2:hover:after {
	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.pic2 img {
	width: 100%;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.pic2:hover img {
	-transform: scale(1.4) rotate(5deg);
	-o-transform: scale(1.4) rotate(5deg);
	-moz-transform: scale(1.4) rotate(5deg);
	-webkit-transform: scale(1.4) rotate(5deg);
}

.btn_showmore2{
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
	display:block;
	text-align:center;
	text-decoration:none;
    background: #ff6000;
    background: -moz-linear-gradient(top, #ff6000 0%, #ff1d00 100%);
    background: -webkit-linear-gradient(top, #ff6000 0%,#ff1d00 100%);
    background: linear-gradient(to bottom, #ff6000 0%,#ff1d00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6000', endColorstr='#ff1d00',GradientType=0 );
    padding: 12px 35px;
	max-width:210px;
    border-radius: 6px;
	text-decoration:none;
	margin:3% auto 0px;	
   -webkit-box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.4);
   -moz-box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.4);
   box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.4);
}
.btn_showmore2:hover {
	color:#fff;
	text-decoration:none;
	background: #ff1d00; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff1d00 0%, #ff6100 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ff1d00 0%,#ff6100 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ff1d00 0%,#ff6100 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1d00', endColorstr='#ff6100',GradientType=0 ); /* IE6-9 */
}



.pic3{
  display:none;
  margin:0px 0px;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
}
.pic3:after {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	content: " ";
	position: absolute;
}
.pic3:hover:after {
	background: rgba(0,0,0,0.7);
}
.pic3:after, 
.pic3:hover:after {
	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.pic3 img {
	width: 100%;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.pic3:hover img {
	-transform: scale(1.4) rotate(5deg);
	-o-transform: scale(1.4) rotate(5deg);
	-moz-transform: scale(1.4) rotate(5deg);
	-webkit-transform: scale(1.4) rotate(5deg);
}

.btn_showmore3{
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
	display:block;
	text-align:center;
	text-decoration:none;
    background: #ff6000;
    background: -moz-linear-gradient(top, #ff6000 0%, #ff1d00 100%);
    background: -webkit-linear-gradient(top, #ff6000 0%,#ff1d00 100%);
    background: linear-gradient(to bottom, #ff6000 0%,#ff1d00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6000', endColorstr='#ff1d00',GradientType=0 );
    padding: 12px 35px;
	max-width:210px;
    border-radius: 6px;
	text-decoration:none;
	margin:3% auto 0px;	
   -webkit-box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.4);
   -moz-box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.4);
   box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.4);
}
.btn_showmore3:hover {
	color:#fff;
	text-decoration:none;
	background: #ff1d00; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff1d00 0%, #ff6100 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ff1d00 0%,#ff6100 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ff1d00 0%,#ff6100 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1d00', endColorstr='#ff6100',GradientType=0 ); /* IE6-9 */
}





/*gallery css*/
.demo-gallery > ul {
	margin-bottom: 0;
}
.demo-gallery > ul > li {
	margin: 0px 0px 0px 0px;
	display:block;
}
.demo-gallery > ul > li a {
	display: block;
	overflow: hidden;
	position: relative;
}
.demo-gallery > ul > li a > img {
	-webkit-transition: -webkit-transform 0.15s ease 0s;
	-moz-transition: -moz-transform 0.15s ease 0s;
	-o-transition: -o-transform 0.15s ease 0s;
	transition: transform 0.15s ease 0s;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	height: 100%;
	width: 100%;
	display:block;
	border:solid 1px #ccc;
}
.demo-gallery > ul > li a:hover > img {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery > ul > li a:hover .demo-gallery-poster > img {
	opacity: 1;
}
.demo-gallery > ul > li a .demo-gallery-poster {
	background-color: rgba(0, 0, 0, 0.1);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: background-color 0.15s ease 0s;
	-o-transition: background-color 0.15s ease 0s;
	transition: background-color 0.15s ease 0s;
}
.demo-gallery > ul > li a .demo-gallery-poster > img {
	left: 50%;
	margin-left: -10px;
	margin-top: -10px;
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: opacity 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
}
.demo-gallery > ul > li a:hover .demo-gallery-poster {
	background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .justified-gallery > a > img {
	-webkit-transition: -webkit-transform 0.15s ease 0s;
	-moz-transition: -moz-transform 0.15s ease 0s;
	-o-transition: -o-transform 0.15s ease 0s;
	transition: transform 0.15s ease 0s;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	height: 100%;
	width: 100%;
}
.demo-gallery .justified-gallery > a:hover > img {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
	opacity: 1;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster {
	background-color: rgba(0, 0, 0, 0.1);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: background-color 0.15s ease 0s;
	-o-transition: background-color 0.15s ease 0s;
	transition: background-color 0.15s ease 0s;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster > img {
	left: 50%;
	margin-left: -10px;
	margin-top: -10px;
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: opacity 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
	background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .video .demo-gallery-poster img {
	height: 48px;
	margin-left: -24px;
	margin-top: -24px;
	opacity: 0.8;
	width: 48px;
}
.demo-gallery.dark > ul > li a {
	border: 3px solid #04070a;
}
.home .demo-gallery {
	padding-bottom: 80px;
}
/*gallery css end*/

.redd {
    background: #eb315d;
}
.dblue {
    background: #010733;
}
.lblue {
    background: #324fa5;
}
.min-h {
    min-height: 103px;
    position: relative;
    padding-top: 21px;
}
.min-h p {
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    line-height: 21px;
    padding-left: 60px;
	position: relative;
}
.min-h p a {
    color: #fff;
    font-size: 21px;
    display: block;
    padding-top: 12px;
}
.min-h p img {
    position: absolute;
    left: 0px;
    top: 9px;
}
.min-h.dblue, .min-h.lblue {
    padding-left: 45px;
}
.strip {
    margin-bottom: 60px;
}
#myNavbar .nav>li:last-child>a {
    min-width: 220px;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    line-height: 32px;
    margin: -7px 0px 0px 10px;
}
#myNavbar .nav>li:last-child>a:hover {
    background-color: #eb305c;
	border-color: #000;
}
.header-actions a img {
    margin-right: 10px;
}
.header-actions a:last-child {
    margin-right: 10px;
}
.bordr {
    position: absolute;
    width: 134%;
    background-image: url(../images/line.png);
    background-position: 100%;
    background-repeat: no-repeat;
    height: 1px;
    bottom: 0px;
    left: -34%;
}
.navbar.header-scroller .bordr {
	display: none;
}
.navbar.header-scroller .header-actions a {
    padding: 10px 10px 14px;
}
#vewmore {
    max-width: 312px;
    padding: 15px 0px;
    background: #18234c;
}
#vewmore:hover { 
	color: #fff;
	background: #eb305c;
}
.packg-box .data-scroll1 ul {
    border-top: 1px solid #e2e9f0;
    border-bottom: 1px solid #e2e9f0;
}
.deliver-box {
    background: #fff;
}
.packg-box h3 {
    border-bottom: 1px solid #e2e9f0;
margin-bottom: 7px;	
}
.packg-box .feature ul li:nth-child(even) {
    padding-right: 0px;
	width: 49%;
}
.packg-box .feature ul li:nth-child(odd) {
    padding-right: 0px;
	width: 51%;
}
.mrg {
    margin-top: 7px;
}
.pinksec {
    padding-top: 80px;
    padding-bottom: 130px;
    background-color: #e74d63;
    background-image: url(../images/home_packages_bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    text-align: center;
	min-height: 468px;
}
.pinksec h2 {
    text-align: center;
    color: #fff;
    line-height: 50px;
    text-transform: capitalize;
    margin-bottom: 15px;
}
h2 span {
    font-size: 18px;
    display: block;
    color: #f2cb00;
    font-weight: 400;
}
.pinksec p {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
}
.boxsec h4, .boxsec p, .textsec h2, .textsec p {
	text-align: center;
}
.bgwhite {
    background: #fff;
    margin-top: -130px;
    padding-top: 57px;
}
.boxsec img {
    height: 77px;
    margin-bottom: 20px;
}
.boxsec h4 {
    margin-bottom: 15px;
    padding: 0px 15px;
}
.boxsec p {
    line-height: 24px;
    padding: 0px 15px;
}
.bodr {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.btn-bind {
    background-color: #e74d63;
    padding: 14px 40px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    transition: 0.5s ease;
    display: inline-block;
    float: left;
}
.btn-bind2 {
	background-color: #000;
}
.btn-bind3 {
	background-color: #f2cb00;
	color: #000;
}
.two-btn {
    display: table;
    margin: 30px auto 0px;
}
.pdb {
    margin-bottom: 30px;
}
.btn-bind:hover {
	background-color: #e74d63;
	color: #fff;
}
.boxsec {
    padding-bottom: 40px;
}
.textsec {
    padding: 50px 0px;
    text-align: center;
}
.textsec h2 {
	margin-bottom: 25px;
}
.inner-page .home-banner {
    min-height: auto;
}
.inner-page .home-banner {
    min-height: auto;
    background-image: url(../images/innerbanner.png);
}
.formbg {
    background: #40184c;
    min-height: 207px;
    padding: 20px 0px;
}
.formbg .banner-form {
    border: 0px;
    border-radius: 0px;
    background: none;
    padding: 20px 20px 35px;
}
.lets {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
}
.consec {
    background: #fff;
    padding: 0px 0px 60px;
}
.conform input[type="text"], .conform input[type="tel"], .conform input[type="email"], .conform select, .conform textarea {
    border: 2px solid #555555;
    width: 100%;
    height: 50px;
    background: transparent;
    padding: 7px 15px;
    margin-bottom: 20px;
    color: #757575;
}
.conform textarea {
	height: 125px;
}
.conform input[type="submit"] {
    border: 2px solid #e74d63;
    min-width: 330px;
    height: 50px;
    background: #e74d63;
    padding: 7px 15px;
    margin-bottom: 20px;
    margin: 0 auto;
    display: table;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    transition: 0.5s ease;
}
.testimonialsec h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
}
.testimonialsec p {
    color: #b9b9b9;
    text-align: center;
    margin-bottom: 15px;
}
.testimonialsec span {
	color: #f4cb00;
    font-size: 16px;
	text-align: center;
	display: block;
}
.colr:nth-child(odd) {
    border-right: 2px solid #1a1a1a;
}
.colr {
    padding: 60px 30px 15px;
    border-bottom: 2px solid #1a1a1a;
    background: #262626;
    height: 270px;
    overflow: hidden;
}
.testbg {
	background: #262626;
}
.custlast h3 {
	text-align: center;
    color: #fff;
    margin-bottom: 20px;
    line-height: 40px;
}
.custlast {
    padding: 60px;
}
.centerhight {
    display: table-cell;
    vertical-align: middle;
    height: 100vh;
    width: 100vw;
}
label.error {
    display: none!important;
}
.conform input[type="submit"]:hover {
    background: #000;
    border: 2px solid #000;
}



@media screen and (-webkit-min-device-pixel-ratio:0) {
button.banner-submit.wow.fadeInUpBig {
	position: absolute;
	left: 32%;
	border: 0px;
}
}
@-moz-document url-prefix() {
button.banner-submit.wow.fadeInUpBig {
position:absolute;
border:0px;
}
}
.g-recaptcha {
	left: 65px;
	position: relative;
}

@media (min-width:1024px) and (max-width:1200px) {
.nav>li>a {
	padding: 5px 4px;
}
}

@media (max-width:1024px) {
.navbar-nav>li {
	float: none;
}
.navbar-toggle {
	display: block;
}
.navbar-collapse.collapse {
	display: none !important;
}
.navbar-collapse.collapse.in {
	display: block !important;
}
.navbar-header .collapse, .navbar-toggle {
	display: block !important;
}
.navbar-header {
	float: none;
}
.navbar-nav {
	float: none;
	margin: 0px 0px;
}
.navbar-nav li {
	margin: 0px 5px 0px 0px;
}
.navbar-default .navbar-nav>li>a {
	color: #fff;
	transition: all 0.4s ease-out 0s;
}
.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
}
.nav>li>a {
	color: #fff;
	background-color: #000;
	border: 0px;
	border-color: transparent;
	box-sizing: border-box;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	color: #fff;
	background-color: #000;
	border: 0px;
	border-radius: 0px;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #fff;
	background-color: #000;
	border: 0px;
	border-radius: 0px;
}
.navbar-collapse.collapse.in {
	display: block !important;
	width: 100%;
}
}

@media (min-width:768px) and (max-width:999px) {
.navbar-nav {
	float: none;
	margin: 0px 0px;
}
.navbar-nav li {
	margin: 0px 5px 0px 0px;
}
.navbar-default .navbar-nav>li>a {
	color: #fff;
	transition: all 0.4s ease-out 0s;
}
.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
}
.nav>li>a {
	color: #fff;
	background-color: #000;
	border: 0px;
	border-color: transparent;
	box-sizing: border-box;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	color: #fff;
	background-color: #000;
	border: 0px;
	border-radius: 0px;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #fff;
	background-color: #000;
	border: 0px;
	border-radius: 0px;
}
.header-actions a:first-child {
	padding: 5px 10px 5px;
	margin: 5px 0px 10px;
}
.navbar.header-scroller .navbar-brand img {
	margin: 5% 0px 0px;
	width: 150px;
}
.home-banner {
	padding-top: 185px;
}
.home-banner h1 {
	padding: 0px 0px;
}
.navbar-toggle {
	margin-top: 20px;
	margin-right:30px !important;
}
}

@media (max-width:767px) {
	i.arrow-right, i.arrow-left {
    display: none;
}
.navbar-nav {
	float: none;
	margin: 0px 0px;
}
.navbar-brand {
	padding: 15px 0px;
}
.navbar-brand img {
	max-width: 213px;
	display: block;
	margin: 1% 0px;
}
.navbar-nav li {
	margin: 0px 5px 0px 0px;
}
.navbar-default .navbar-nav>li>a {
	color: #fff;
	transition: all 0.4s ease-out 0s;
}
.navbar-nav>li>a {
	padding-top: 6px;
	padding-bottom: 6px;
}
.nav>li>a {
	color: #fff;
	background-color: #000;
	border: 0px;
	border-color: transparent;
	box-sizing: border-box;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	color: #fff;
	background-color: #000;
	border: 0px;
	border-radius: 0px;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #fff;
	background-color: #000;
	border: 0px;
	border-radius: 0px;
}
.navbar-collapse.collapse.in {
	display: block !important;
	width: 100%;
}
.navbar-toggle {
	margin-right:30px !important;
	margin-top: 23px;
}
.bannerleft {
	display: none;
}
.bannerright {
	display: none;
}
.banner-center div img {
	max-width: 100%;
}
.middle-wrap a:before {
	display: none;
}
.middle-wrap a:after {
	display: none;
}
.home-banner {
	padding-top: 120px;
}
.home-banner h1 {
	font-size: 20px;
	line-height: 22px;
	padding: 30px 0px 0px;
}
.home-banner h1 span {
	padding-top: 10px;
	font-size: 14px;
	line-height: 18px;
}
.home-banner h1 span:before {
	display: none;
}
.home-banner h1 span:after {
	display: none;
}
.website-banner {
	padding-top: 75px;
}
.website-banner-left h1 {
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	padding: 10px 0px;
}
.website-banner-left ul {
	padding: 5px 0px;
}
.header-actions {
	display: block;
	text-align: center;
}
.header-actions a {
	float: none;
	padding: 5px 10px 5px;
	display: inline-block;
}
.contant h1 {
	font-size: 18px;
	line-height: 20px;
	padding: 2% 0px 8%;
}
.contant p {
	padding: 5% 6%;
	text-align: center;
}
.packg-box h2 {
	font-size: 22px;
	margin: 0px;
}
.banner-submit {
	bottom: 0px;
	font-size: 11px;
}
.packg-box {
	margin-bottom: 0px;
	max-width: 100%;
	display:block;
	margin:0px auto;
}
.middle-wrap h1 {
	font-size: 22px;
	line-height: 24px;
	text-align: center;
}
.middle-wrap p {
	font-size: 16px;
	line-height: 24px;
	text-align: center;
}
.yellow-faces img {
	margin: 0px auto;
}
.yellow-faces h2 {
	text-align: center
}
.process-sep {
	display: none;
}
.flip-box {
	float: none;
	max-width: 180px;
	display: block;
	margin: 10px auto;
}
.blue-wrap {
	background-size: cover;
}
.blue-wrap h2 {
	font-size: 18px;
	line-height: 24px;
	text-align: center;
}
.blue-in-box img {
	float: none;
	margin: 10px auto;
	display: block;
}
.blue-in-box h3 {
	text-align: center;
}
.girl-img {
	display: block;
	margin: 0px auto;
}
.service-wrap h2 {
	padding: 20px 0px;
	text-align: center;
}
.service-wrap img {
	margin: 0px auto;
	display: block;
	max-width: 140px;
}
.value-box img {
	float: none;
	margin: 5px auto;
}
.value-box h3 {
	padding-top: 8px;
	text-align: center;
}
.website-banner-left a {
	width: 100%;
}
.online-packages {
	padding: 10px 0px;
	float: none;
	width: 100%;
	margin: 1% auto;
	display: block;
}
.blue-wrap-2 h1 {
	font-size: 18px;
	line-height: 22px;
	max-width: 100%;
	margin: 0px auto;
}
.blue-wrap-2 {
	background-size: cover;
}
.b-sbt-btn {
	font-size: 16px;
}
.blue-wrap-2 h1:after {
	display: none;
}
.blue-wrap-2 h1:before {
	display: none;
}
.b2b-box {
	float: none;
	margin: 2% auto;
	width: 100%;
	background: none;
	display: block;
}
.grade-box {
	margin: 2% 1%;
	float: left;
	width: 48%;
}
.phone {
	display: none;
}
.chate1 {
	display: none;
}
.slide-out-div {
	display: none;
}
.packg-box{
	max-width: 100%;
}
.packg-box h5 {
	font-size: 28px;
	display: block;
}
.logo-packg {
	margin: 0px auto;
	height: auto;
	background-size: cover;
}
.logo-packg-left h1 {
	font-size: 24px;
}
.logo-packg-left h1 span {
	font-size: 30px;
	line-height: 34px;
	margin-top: 0px;
	display: block;
	text-align: center;
}
.logo-packg-right {
	float: none;
	max-width: 100%;
	height: auto;
	margin: 890px 0px 10px 10px;
	display: block;
	padding-bottom: 5px;
}
.logo-packg-right h1 {
	padding: 10px 0px;
	text-align: center;
	font-size: 18px;
	line-height: 24px;
}
.logo-packg-right h2 {
	font-size: 30px;
	border-bottom: none;
	line-height: 34px;
	margin: 0px;
}
.txt-1 {
	width: 68%;
	margin: 2% auto;
}
.g-recaptcha {
	left: 0px;
}
.get-deal-btn {
	font-size: 22px;
	border-bottom: none;
	margin: 2% auto 10%;
}
.f-social-icon {
	padding: 10px 0px;
	display: block;
	text-align: center;
	clear: both;
}
.f-social-icon a {
	float: none;
	padding: 2px;
	display: inline-block;
}
.carousel-inner>.item> p {
	font-size: 12px;
}
.navbar.header-scroller .navbar-nav {
	float: left;
	margin: 0px;
}
.readMore h5 {
	font-size: 18px;
	line-height: 22px;
	padding: 5px 0px;
	text-align: center;
}
.readMore p {
	text-align: center;
}
.readMore .btnRead {
	margin: 2% auto;
	display: block;
}
.arrow-left {
	top: -43px;
}
.arrow-right {
	top: -200px;
}
.value-box {
	padding: 20px 0px;
}
.website-banner-left-2 {
	padding: 160px 0px 0px;
}
.website-banner-right img {
	margin: 2% auto;
	display: block;
}
.website-banner-left-2 h1 {
	font-size: 26px;
	line-height: 28px;
	text-align: center;
}
.website-banner-left-2 h2 {
	font-size: 20px;
	line-height: 26px;
	text-align: center;
}
.click-btn {
	margin: 8% auto !important;
	display: block !important;
	font-size: 15px !important;
	width: 100% !important;
}
.yellow-icon {
	margin: 10px auto;
	display: block;
}
.footer-cta {
	display: block !important;
	float: none !important;
	margin: 10px auto !important;
	display: block !important;
}
.ser-icon {
	float: none !important;
	margin: 0px auto !important;
	display: block !important;
}
.blue-in-box a {
	padding-bottom: 10px;
}
.seo-banner-2 {
	padding-top: 150px !important;
}
.cricle-area-main {
	display: none;
}
.video-banner {
	padding-top: 150px !important;
}
.tbs-right-text h2 {
	font-size: 20px;
	line-height: 24px;
	text-align: center;
}
.tbs-right-text p {
	text-align: center;
}
.arrow-left-3 {
	display: none;
}
.arrow-right-3 {
	display: none;
}
.call-actions h2 {
	font-size: 16px;
	line-height: 20px;
	padding: 8% 0px 0px;
}
.white-back h3 {
	text-align: center;
	padding: 10px 0px;
	background: none;
}
.bookcall-btn:before {
	display: none;
}
.discusion-btn:after {
	display: none;
}
.owl-img {
	width: 100%;
}
.owl-text-overlay-left {
	float: left;
	width: 40%;
	margin: 3% 34px;
	display: block;
}
.owl-text-overlay-left img {
	display: block;
	width: 20px;
}
.owl-text-overlay-left p {
	font-size: 10px;
	line-height: 16px;
	padding: 0px;
}
.owl-text-overlay-left h2 {
	font-size: 12px;
	line-height: 14px;
	padding: 3px 0px 0px;
}
.content {
	float: none;
}
.video-portfolio-box img {
	margin: 0px auto;
	display: block;
	width: 100%;
}
.space-div2 {
	margin-top: 0px;
}
.nda {
	padding-right: 0px;
}
.wbm {
	max-width: 100%;
	height: auto;
}
.dcs {
	padding-left: 0px;
}
.portfolio-banner h1 {
	font-size: 18px;
	line-height: 22px;
}
.portfolio-banner {
	padding-top: 220px;
}
.website-banner {
	padding-top: 110px;
}
.contact-space h2 {
	font-size: 20px;
	line-height: 22px;
}
.contant-2 h2 {
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	padding: 8% 1% 6%;
}
.panel-title {
	font-size: 12px;
	text-align: center;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
	font-size: 13px;
	text-align: center;
}
footer .ftthirdsec img {
	width: 100%;
}
footer {
	background: #1a212c;
	padding: 20px 0 0;
}
footer h5 {
	text-align: center;
	font-size: 14px;
}
footer ul {
	padding: 0px;
	display: block;
	text-align: center;
}
footer ul li {
	padding-left: 0px;
	background: none;
	display: block;
	float: none;
}
footer ul.contactlist li span {
	float: none;
	display: block;
}
footer .ftthirdsec #siteseal {
	background-color: #fff;
	margin: 5px 0 0 0;
	float: none;
	display: block;
}
footer .ftthirdsec #siteseal img {
	display: block;
	margin: 0px auto;
}
footer .ftthirdsec h6 {
	padding: 12px 0px;
	text-align: center;
}
.contact-banner {
	padding-top: 120px !important;
}
.about-us-banner {
	padding-top: 200px !IMPORTANT;
}
.privacy-banner {
	padding-top: 200px !IMPORTANT;
}
.sitemap-banner {
	padding-top: 200px;
}
.sitemap-banner h1 {
	font-size: 30px;
	line-height: 34px;
}
.faq-banner {
	padding-top: 200px !important;
}
.terms-banner {
	padding-top: 200px !important;
}
.process-banner h1 {
	font-size: 24px;
	line-height: 26px;
}
.web-cms-banner {
	padding-top: 120px !important;
}
.bordr {
    width: 100%;
    left: auto;
}
#myNavbar .nav>li:last-child>a {
    background: #eb305c;
    border-radius: 0px;
    margin: 0px;
}
.view-btn-2banner {
    margin: -37px auto 0px;
}
.home-banner ul {
    padding: 30px 0px 20px;
}
.custfont h2 {
    font-size: 24px;
}
.nav-tabs-2>li>a {
    padding: 10px 15px 8px;
    font-size: 14px;
    background-color: #fff;
    min-width: 100%;
    width: 100%;
    max-width: 100%;
	color: #000;
}
.nav-tabs-2>li {
    display: block;
    margin-bottom: 10px;
}
.nav-tabs-2 {
    margin: 0px;
}
.blue-wraper {
    height: auto;
}
.blue-wraper button#basicbtn2 {
    margin: 10px auto 0px;
}
.bg .custfont {
    padding-bottom: 0px;
}
.min-h p a {
    font-size: 24px;
}
.strip {
    margin-bottom: 0px;
}
}

@media (max-width:480px) {
.navbar-nav {
	float: none;
	margin: 0px 0px;
}
.navbar-nav li {
	margin: 0px 5px 0px 0px;
}
.navbar-default .navbar-nav>li>a {
	color: #fff;
	transition: all 0.4s ease-out 0s;
}
.navbar-toggle {
    margin-top: 15px;
    margin-right: 2px !important;
}
.navbar-nav>li>a {
	padding-top: 6px;
	padding-bottom: 6px;
}
.nav>li>a {
	color: #fff;
	background-color: #000;
	border: 0px;
	border-color: transparent;
	box-sizing: border-box;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	color: #fff;
	background-color: #000;
	border: 0px;
	border-radius: 0px;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #fff;
	background-color: #000;
	border: 0px;
	border-radius: 0px;
}
.navbar-collapse.collapse.in {
	display:block;      
	width: 100%;
}
.navbar.header-scroller .navbar-nav {
	float: left;
	margin: 0px;
}
.navbar-brand {
	padding: 15px 0px;
}
.navbar-brand img {
	max-width: 160px;
	display: block;
	margin: 1% 0px;
}
.home-banner {
    padding-top: 170px;
}
.nav-tabs-2>li>a {
    background-color: #fff;
    color: #000;
}
.packg-box .feature ul li:nth-child(odd), .packg-box .feature ul li:nth-child(even) {
    width: 100%;
	text-align: center;
}
.home-banner h1 {
    font-size: 20px;
    line-height: 22px;
    padding: 0px 0px;
}
.b2b-box {
	float: none;
	margin: 2% auto;
	width: 100%;
	background: none;
	display: block;
}
.grade-box {
	margin: 2% auto;
	float: none;
	width: 100%;
	display: block;
}
.animate-box {
	display: block;
	padding: 10px;
	margin: 1% auto;
	max-width: 100%;
}
.website-banner {
	padding-top: 115px !important;
}
.website-banner-left h1 {
	font-size: 18px;
	line-height: 24px;
	padding: 10px 0px;
	text-align: center;
}
.website-banner-left ul {
	padding: 5px 0px;
}
.blue-wraper {
	padding: 10px 0px;
	margin: 0px auto;
	height: auto;
}
.blue-wraper h2 {
	font-size: 22px;
	line-height: 26px;
	text-align: center;
}
.blue-wraper h3 {
	font-size: 15px;
	line-height: 19px;
}
.bookcall-btn-2:before {
	display: none;
}
.discusion-btn-2:after {
	display: none;
}
.bump-btn {
	display: block;
	margin: 2% auto;
}
.bounce {
	display: none;
}
.aboutus-box img {
	float: none;
	margin: 0px auto;
	padding-bottom: 0px;
	display: block;
}
.aboutus-box h3 {
	text-align: center;
}
.aboutus-box p {
	text-align: center;
}
.center-buttons i {
	display: block;
}
.number-box h2 {
	text-align: center;
}
.number-box span {
	text-align: center;
}
.white-back {
	background: url(../images/white-background.png) center no-repeat;
	padding: 10px 0px;
	display: block;
	margin: 15px auto;
	max-width: 1200px;
	background-size: cover;
}
.w-box-1 {
	float: none;
	width: 100%;
	padding: 0px;
	display: block;
}
.white-back h3 {
	text-align: center;
	padding: 10px 0px;
}
.white-back h2 {
	text-align: center;
	margin: 10px 0px;
}
.w-box-2 {
	float: none;
	width: 100%;
	display: block;
	margin: 0px auto;
}
.progress-area h3 {
	text-align: center;
	font-size: 18px;
	line-height: 22px;
}
.progress-area p {
	text-align: center;
	padding: 5px 0px 20px;
}
.progress-area img {
	margin: 10% auto;
	display: block;
	width: 100%;
}
.owl-img {
	width: 100%;
}
.owl-text-overlay-left {
	float: left;
	width: 40%;
	margin: 3% 34px;
	display: block;
}
.owl-text-overlay-left img {
	display: block;
	width: 17px;
}
.owl-text-overlay-left p {
	font-size: 9px;
	line-height: 14px;
	padding: 0px;
}
.owl-text-overlay-left h2 {
	font-size: 12px;
	line-height: 14px;
	padding: 3px 0px 0px;
}
.brands-images-div {
	float: none;
	width: 100%;
	margin: 1% auto;
	display: block;
}
.brands-images-div img {
	display: block;
	cursor: pointer;
	margin: 15px auto;
}
.readMore h5 {
	font-size: 18px;
	line-height: 22px;
	padding: 5px 0px;
	text-align: center;
}
.readMore p {
	text-align: center;
}
.readMore .btnRead {
	margin: 2% auto;
	display: block;
}
.arrow-left {
	top: -43px;
}
.arrow-right {
	top: -200px;
}
.value-box {
	padding: 20px 0px;
}
.website-banner-left-2 {
	padding: 160px 0px 0px;
}
.website-banner-right img {
	margin: 2% auto;
	display: block;
}
.website-banner-left-2 h1 {
	font-size: 26px;
	line-height: 28px;
	text-align: center;
}
.website-banner-left-2 h2 {
	font-size: 20px;
	line-height: 26px;
	text-align: center;
}
.click-btn {
	margin: 8% auto;
	display: block;
	font-size: 15px;
	width: 100%;
}
.yellow-icon {
	margin: 10px auto;
	display: block;
}
.footer-cta {
	display: block;
	float: none;
	margin: 10px auto;
	display: block;
}
.ser-icon {
	float: none !important;
	margin: 0px auto !important;
	display: block !important;
}
.blue-in-box a {
	padding-bottom: 10px;
}
.seo-banner-2 {
	padding-top: 150px !important;
}
.cricle-area-main {
	display: none;
}
.video-banner {
	padding-top: 150px !important;
}
.content {
	float: none;
}
.contant p {
    padding: 0px;
}
.contant p br {
	display: none;
}
.bg {
    padding: 30px 0px 0px;
}
.min-h p a {
    font-size: 20px;
    padding-top: 7px;
}
.bgcol {
    padding: 20px 0px;
}
.nav-tabs-2 {
    margin: 20px 0px 0px;
}
.custfont h2 {
    font-size: 24px;
    margin-bottom: 20px;
}
.packg-box {
    margin-bottom: 20px;
}
.navbar.header-scroller .header-actions a {
    padding: 10px 10px 0px;
}
}

.red-wrap {
    background-color: #ea0027;
    padding: 20px 15px 25px 15px;
    width: 100%;
    background-size: cover;
}
.red-wrap h2 {
    color: #fff;
    text-align: center;
    font-size: 22px;
    line-height: 26px;
    font-family: 'Montserrat', sans-serif;
    padding: 10px;
    font-weight: 400;
    text-transform: capitalize;
}
.red-wrap h2 i {
    font-style: normal;
    font-weight: 600;
}
.field-box {
    float: left;
    width: 18%;
    margin: 1% 1%;
}
.child-1 {
    background: url(../images/txt-icon1.png) left no-repeat #ffff;
}
.txt-box1 {
    height: 40px;
    padding-left: 55px;
    color: #333333;
}
.child-2 {
    background: url(../images/txt-icon2.png) left no-repeat #ffff;
}
.child-3 {
    background: url(../images/txt-icon3.png) left no-repeat #ffff;
}
.child-4 {
    background: url(../images/txt-icon4.png) left no-repeat #ffff;
}
.sbt-btn {
    background-color: transparent;
    color: #fff;
    border: solid 1px #fff !important;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 35px;
    border: none;
    font-family: 'Montserrat', sans-serif;
    border-radius: 5px;
    margin: -3px 0px;
}